Kaydet (Commit) dd997f79 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add test for BSDI -- by Nigel Head and otto@mail.olympus.net.

üst a57c9b92
This diff is collapsed.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment