commit d394e408998ee0b9412f23cf43df6b62ee24e6af parent d8d28e16fdeef5e420e97fb37aea4261dfd8945d Author: Jordan Ritter <jpr5@darkridge.com> Date: Sun, 4 Jan 2004 20:56:35 +0000 aesthetic, freebsd tested Diffstat:
M | configure | | | 12 | ++++++++++++ |
M | configure.in | | | 1 | - |
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/configure b/configure @@ -3000,6 +3000,18 @@ 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 +without an ngrep match string then you should reconfigure ngrep with +the option \`\`--disable-pcap-restart''. +" >&5 +echo "$as_me: WARNING: Your OS ($target_os) may have an old libpcap installation. +If the resulting ngrep binary segfaults when a BPF filter is specified +without an ngrep match string then you should reconfigure ngrep with +the option \`\`--disable-pcap-restart''. +" >&2;} + sleep 3 ;; diff --git a/configure.in b/configure.in @@ -257,7 +257,6 @@ If the resulting ngrep binary segfaults when a BPF filter is specified without an ngrep match string then you should reconfigure ngrep with the option ``--disable-pcap-restart''. ) - echo sleep 3 ;;