aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-05-06 18:34:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-05-06 18:34:30 +0000
commitf9981411f1bab7593b451e37a5815e21334ac5b5 (patch)
tree6662172c875b789af5b1fa447b6fb621db42188b /acinclude.m4
parentc911b0101bccc57ccb12e0f158aa397fe3859756 (diff)
Checking in Stigs changes from
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=475 BUT not activating the check for pcap_create() pcap_set_buffer_size() This should make it possible to build with support for setting the buffersize if not capturing 802.11 traffic. The code for handling the 'B' option should be OK in any case. svn path=/trunk/; revision=32688
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5eb2359a07..dedbe25ff4 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -513,6 +513,9 @@ 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