aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-10 03:04:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-10 03:04:38 +0000
commit3c23d6a1f70274b696ed92b24865333e1315cf7c (patch)
tree655a81eb77fccb21d4a3ca73ec65ca57b6f3cdf5 /configure.in
parent0702bb59e29b6005bdd86f36a1acf303610352de (diff)
Use "pcap_findalldevs()" if present.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8655 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e28072d6e3..7542789c82 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.223 2003/10/01 15:09:32 jmayer Exp $
+# $Id: configure.in,v 1.224 2003/10/10 03:00:09 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -459,7 +459,6 @@ if test "x$want_pcap" = "xno" ; then
else
AC_MSG_RESULT(yes)
AC_ETHEREAL_PCAP_CHECK
- AC_ETHEREAL_PCAP_VERSION_CHECK
fi
dnl zlib check