From 9deab3ddb63d191cfb53be4aeb884a585c646ce1 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Wed, 10 Feb 1999 02:14:35 +0000 Subject: [PATCH] Added a feeble first attempt at handling BSDI BSD/OS. --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index f180daaf611..31fa30bd96e 100644 --- a/configure.in +++ b/configure.in @@ -156,6 +156,10 @@ alpha*-*-osf*) DSO_CFLAGS= fi ;; +*-bsdi*) + DSO_CFLAGS='' + ;; + *-freebsd*) if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` = "elf"; then DLL_SUFFIX="so"