]> code.citadel.org Git - citadel.git/commitdiff
Added untested support for BSDI 4.x.
authorNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 16 May 1999 00:40:32 +0000 (00:40 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 16 May 1999 00:40:32 +0000 (00:40 +0000)
citadel/ChangeLog
citadel/configure.in

index 80c931f0919726dc1ece6854e4aedba4ab0417cd..66a2f020aa8a7135a29191454de64658f830eae6 100644 (file)
@@ -1,3 +1,6 @@
+1999-05-15 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * configure.in: Added untested support for BSDI 4.x.
+
 1999-05-13 Nathan Bryant <bryant@cs.usm.maine.edu>
        * acconfig.h, configure.in, routines.c: fix for certain SYSV variants
          which lack utmp.ut_host
index bb508606028d838d591bce877fe853a1d2512e37..a9a3bd08c24466286208026215995dd6d7de5e51 100644 (file)
@@ -26,11 +26,14 @@ case "$host" in
        dnl BSDI 3.0 wants relocatable object modules instead of shared libs
        dnl for dlopen(), and has a wrapper script to link with shared libs.
        dnl Also has stupid non-reentrant gethostbyaddr() and friends.
-       i?86-*-bsdi*)
+       *-*-bsdi[123]*)
                test -z "$CC" -a -x /usr/bin/shlicc2 && CC=shlicc2
                SO=.mo
                AC_DEFINE(HAVE_NONREENTRANT_NETDB)
        ;;
+       *-*-bsdi*)
+               AC_DEFINE(HAVE_NONREENTRANT_NETDB)
+       ;;
        dnl Digital Unix has an odd way to build for pthreads, and we can't
        dnl build pthreads programs with gcc due to header problems.
        alpha*-dec-osf*)
@@ -64,7 +67,7 @@ dnl Set up system-dependent compiler flags.
 if test "$GCC" = yes; then
        CFLAGS="$CFLAGS -Wall -Wstrict-prototypes"
        case "$host" in
-               i?86-*-bsdi*)
+               *-*-bsdi[123]*)
                ;;
                mips*-sgi-irix*)
                        PICFLAGS=-fPIC