From 7dbbb8c57285cfffcb87a38c73ce1c4f8146b0c1 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 6 May 2010 23:33:41 +0000 Subject: 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 --- acinclude.m4 | 3 --- 1 file changed, 3 deletions(-) (limited to 'acinclude.m4') 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 -- cgit v1.2.1