$NetBSD: patch-ab,v 1.11 2006/02/12 17:24:23 salo Exp $ --- configure.orig 2006-02-02 03:18:42.000000000 +0100 +++ configure 2006-02-12 18:07:39.000000000 +0100 @@ -5765,10 +5765,6 @@ fi; -if test $linux = yes; then - have_libpcap=no -fi - if test $needs_cpp_precomp = yes; then CXXFLAGS="-no-cpp-precomp $CXXFLAGS" fi @@ -5802,6 +5798,7 @@ extern char pcap_version[]; int main() { int major, minor; + exit(0); /* fool it */ sscanf(pcap_version,"%d.%d", &major, &minor); if (major > 0) exit(0);