aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-06 23:33:41 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-06 23:33:41 +0000
commit7dbbb8c57285cfffcb87a38c73ce1c4f8146b0c1 (patch)
tree1aa042d94c1c2c65a70a49ca2e83874522296849 /acinclude.m4
parent6ee96dc4a444e76650b4fcd87d4ba5e4b44778a4 (diff)
Just check for pcap_create(); it first appeared in libpcap 1.0.0, and
pcap_set_buffer_size() did as well, so there aren't any libpcap releases with pcap_create() but not pcap_set_buffer_size(). Only do one check for pcap_create. svn path=/trunk/; revision=32695
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index dedbe25ff4..5eb2359a07 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -513,9 +513,6 @@ and did you also install that package?]]))
AC_MSG_RESULT(no)
fi
AC_CHECK_FUNCS(pcap_open_dead pcap_freecode)
-# Don't activate this check yet
-# https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=475
-# AC_CHECK_FUNCS(pcap_create pcap_set_buffer_size)
#
# pcap_breakloop may be present in the library but not declared
# in the pcap.h header file. If it's not declared in the header