Add test for BSDI -- by Nigel Head and otto@mail.olympus.net.
This commit is contained in:
parent
a57c9b928d
commit
dd997f79b4
|
@ -122,6 +122,13 @@ fi
|
|||
|
||||
AC_PROG_CC
|
||||
|
||||
case $MACHDEP in
|
||||
bsdos*)
|
||||
case $CC in
|
||||
gcc) CC="$CC -D_HAVE_BSDI";;
|
||||
esac;;
|
||||
esac
|
||||
|
||||
case $ac_sys_system in
|
||||
hp*|HP*)
|
||||
case $CC in
|
||||
|
|
Loading…
Reference in New Issue