aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-06-19 14:21:08 +0000
committerJörg Mayer <jmayer@loplof.de>2012-06-19 14:21:08 +0000
commite64ba28e3bac65cb8f4c8e5086b6f1cd590fd3ec (patch)
tree99f795ece25868895aba012b3604d4952061fd07
parenteeb63c1297981edbab8bdab04e54557b82080e11 (diff)
Do the changes to configure from r43354 in cmake as well.
Log: Start to have an generic wireless toolbar. Sligtly modified patch from Pontus Fuchs. svn path=/trunk/; revision=43361
-rw-r--r--CMakeLists.txt1
-rw-r--r--cmakeconfig.h.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 670070a088..045b7c819f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 8578ef05be..be625d7a0b 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -58,6 +58,9 @@
#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
/* Define to use C ares library */