+ # User didn't explicitly request DPDK; don't give it
+ # to them without their consent, as the code is
+ # immensely hard to keep compiling for every random
+ # API change the DPDK folks make.
#
- want_dpdk=ifpresent
+ want_dpdk=no
fi
fi
@@ -13282,10 +13284,10 @@
# Bluetooth sniffing.
#
if test "x$enable_bluetooth" = "xyes" ; then
- as_fn_error $? "Bluetooth sniffing is not supported; install bluez-lib devel to enable it" "$LINENO" 5
+ as_fn_error $? "Bluetooth sniffing is not supported; install a Bluetooth devel library (libbluetooth-dev|bluez-libs-devel|bluez-dev|libbluetooth-devel|...) to enable it" "$LINENO" 5
else
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Bluetooth sniffing is not supported; install bluez-lib devel to enable it" >&5
-printf "%s\n" "$as_me: Bluetooth sniffing is not supported; install bluez-lib devel to enable it" >&6;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Bluetooth sniffing is not supported; install a Bluetooth devel library (libbluetooth-dev|bluez-libs-devel|bluez-dev|libbluetooth-devel|...) to enable it" >&5
+printf "%s\n" "$as_me: Bluetooth sniffing is not supported; install a Bluetooth devel library (libbluetooth-dev|bluez-libs-devel|bluez-dev|libbluetooth-devel|...) to enable it" >&6;}
fi
fi
@@ -14460,7 +14462,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by pcap $as_me 1.10.5, which was
+This file was extended by pcap $as_me 1.10.6, which was
generated by GNU Autoconf 2.71. Invocation command line was
# Checks to see if Solaris has the public libdlpi(3LIB) library.
@@ -1003,16 +1003,6 @@
#
PLATFORM_C_SRC="pcap-linux.c"
- #
- # Do we have the wireless extensions?
- #
- AC_CHECK_HEADERS(linux/wireless.h, [], [],
- [
-#include <sys/socket.h>
-#include <linux/if.h>
-#include <linux/types.h>
- ])
-
#
# Do we have libnl?
# We only want version 3. Version 2 was, apparently,
@@ -2682,7 +2672,7 @@
# Check for DPDK support.
AC_ARG_WITH([dpdk],
-AS_HELP_STRING([--with-dpdk@<:@=DIR@:>@],[include DPDK support (located in directory DIR, if supplied). @<:@default=yes, if present@:>@]),
+AS_HELP_STRING([--with-dpdk@<:@=DIR@:>@],[include DPDK support (located in directory DIR, if supplied). @<:@default=no@:>@]),
[
if test "$withval" = no
then
@@ -2709,9 +2699,12 @@
want_dpdk=no
else
#
- # Use DPDK API if present, otherwise don't
+ # User didn't explicitly request DPDK; don't give it
+ # to them without their consent, as the code is
+ # immensely hard to keep compiling for every random
+ # API change the DPDK folks make.
#
- want_dpdk=ifpresent
+ want_dpdk=no
fi
])
@@ -2951,9 +2944,9 @@
# Bluetooth sniffing.
#
if test "x$enable_bluetooth" = "xyes" ; then
- AC_MSG_ERROR(Bluetooth sniffing is not supported; install bluez-lib devel to enable it)
+ AC_MSG_ERROR(Bluetooth sniffing is not supported; install a Bluetooth devel library (libbluetooth-dev|bluez-libs-devel|bluez-dev|libbluetooth-devel|...) to enable it)
else
- AC_MSG_NOTICE(Bluetooth sniffing is not supported; install bluez-lib devel to enable it)
+ AC_MSG_NOTICE(Bluetooth sniffing is not supported; install a Bluetooth devel library (libbluetooth-dev|bluez-libs-devel|bluez-dev|libbluetooth-devel|...) to enable it)