comparison configure.ac @ 2018:58ea18909fe7 trunk

[svn] - MirBSD support from <bsiegert -at- gmx.de>
author nenolod
date Tue, 28 Nov 2006 12:06:18 -0800
parents f4d7be3f1e05
children 33f768ab6418
comparison
equal deleted inserted replaced
2017:a99862e5bd65 2018:58ea18909fe7
245 245
246 have_solaris=no 246 have_solaris=no
247 have_sun=no 247 have_sun=no
248 ARCH_DEFINES="" 248 ARCH_DEFINES=""
249 case "$host" in 249 case "$host" in
250 *-*-openbsd* | *-*-netbsd*) 250 *-*-openbsd* | *-*-netbsd* | *-*-mirbsd*)
251 have_sun=yes 251 have_sun=yes
252 if test "${is_elf}" = "no" 252 if test "${is_elf}" = "no"
253 then 253 then
254 AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any]) 254 AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any])
255 fi 255 fi