aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-06-24 19:36:20 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-06-24 19:36:20 +0000
commit91e647db4f075fb62f7f761e112b6b4b3a00c02b (patch)
tree6e6abca08f8452b58e045c9648a6d2ffcaa265f6 /configure.in
parent2fa8d25ffd3f10e661d6e06a99b9cb5e6e39555f (diff)
Pontus Fuchs (via bug 6973):
Add libnl version 1 support for wireless toolbar. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43462 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a6724d1952..ad6c733e71 100644
--- a/configure.in
+++ b/configure.in
@@ -249,6 +249,7 @@ elif (test "${have_libnl1}" = "yes"); then
CFLAGS="$CFLAGS $LIBNL1_CFLAGS"
LIBS="$LIBS $LIBNL1_LIBS"
AC_DEFINE(HAVE_LIBNL, 1, [Enable libnl support])
+ AC_DEFINE(HAVE_LIBNL1, 1, [libnl version 1])
libnl_message="yes (v1)"
enable_airpcap=no
fi