commit e64f1c3b51c6b02426aea147722f56f98ac73cc8
parent 2a31b22b5e7afc13e29e551de03221434bf824b3
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Sun, 4 Jan 2004 21:03:55 +0000
update to match configure.in
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
@@ -3000,6 +3000,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
*bsd*)
OS=BSD
+
echo
{ echo "$as_me:$LINENO: WARNING: Your OS ($target_os) may have an old libpcap installation.
If the resulting ngrep binary segfaults when a BPF filter is specified
@@ -3152,8 +3153,6 @@ else
fi
- LIBS="$LIBS -lnsl -lsocket"
-
EXTRA_LIBS="$EXTRA_LIBS -lnsl -lsocket"
;;
@@ -3161,6 +3160,7 @@ fi
*osf*)
OS=OSF1
+
EXTRA_DEFINES="$EXTRA_DEFINES -D__STDC__=2"
;;
@@ -3180,6 +3180,7 @@ fi
*darwin*)
OS=MACOSX
+
STRIPFLAG=""
;;