ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit 2a31b22b5e7afc13e29e551de03221434bf824b3
parent d394e408998ee0b9412f23cf43df6b62ee24e6af
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Sun,  4 Jan 2004 21:03:27 +0000

aesthetic, and delete unused logic from *solaris* case

Diffstat:
Mconfigure.in | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in @@ -250,6 +250,7 @@ unsigned short bar = foo.uh_sport; *bsd*) AC_SUBST(OS, BSD) + echo AC_MSG_WARN( Your OS ($target_os) may have an old libpcap installation. @@ -269,14 +270,13 @@ the option ``--disable-pcap-restart''. AC_CHECK_LIB(nsl, gethostbyname,, echo no gethostbyname in -lnsl\?; exit) - LIBS="$LIBS -lnsl -lsocket" - EXTRA_LIBS="$EXTRA_LIBS -lnsl -lsocket" ;; *osf*) AC_SUBST(OS, OSF1) + EXTRA_DEFINES="$EXTRA_DEFINES -D__STDC__=2" ;; @@ -293,6 +293,7 @@ the option ``--disable-pcap-restart''. *darwin*) AC_SUBST(OS, MACOSX) + STRIPFLAG="" ;;