Do the changes to configure from r43354 in cmake as well.
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 19 Jun 2012 14:21:08 +0000 (14:21 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 19 Jun 2012 14:21:08 +0000 (14:21 +0000)
Log:
 Start to have an generic wireless toolbar. Sligtly modified patch from
 Pontus Fuchs.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43361 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeLists.txt
cmakeconfig.h.in

index 670070a0880ad74f6af1e02d2e4b49ffdf9769ea..045b7c819f2f01341655bff408f7e1f64cba133b 100644 (file)
@@ -379,6 +379,7 @@ if(HAVE_LIBADNS)
 endif()
 if(ENABLE_AIRPCAP)
        set(HAVE_AIRPCAP 1)
+       set(HAVE_WIRELESS_TOOLBAR 1)
 endif()
 # No matter which version of GTK is present
 if(GTK2_FOUND OR GTK3_FOUND)
index 8578ef05be8f641e83b9eb59e0850f4b1587665f..be625d7a0b5a4fec5fe8b16ffdb8595f8eee3173 100644 (file)
@@ -57,6 +57,9 @@
 /* Define to 1 if you have the `getprotobynumber' function. */
 #cmakedefine HAVE_GETPROTOBYNUMBER 1
 
+/* Define to use the airpcap library */
+#cmakedefine HAVE_WIRELESS_TOOLBAR 1
+
 /* Define to use the airpcap library */
 #cmakedefine HAVE_AIRPCAP 1