aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-11-07 23:42:53 +0000
committerGerald Combs <gerald@wireshark.org>2011-11-07 23:42:53 +0000
commit7d442f4c22c58a970a6d00c2affac1659cdb81f6 (patch)
tree560cbb5c5df3cf623f7d3e0eb792ec9202a0e8a8 /CMakeOptions.txt
parent60247a582b5852d7c84f500051d479893d8dc0c6 (diff)
Change the use of threads from "mostly always, depending on your
configure options and Gtk+ and GLib versions" to "always". svn path=/trunk/; revision=39751
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index ea43c4ab4f..7f587378b5 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -31,7 +31,6 @@ option(ENABLE_STATIC "Build a static version of Wireshark (not yet working)"
option(ENABLE_PLUGINS "Build with plugins" ON)
option(ENABLE_GUIDES "Build Guides" OFF)
option(ENABLE_PCAP_NG_DEFAULT "Enable pcap-ng as default file format" ON)
-option(ENABLE_THREADS "Build with threads support" ON)
option(ENABLE_ADNS "Build with adns support" ON)
option(ENABLE_PORTAUDIO "Build with portaudio support" ON)
@@ -46,4 +45,3 @@ option(ENABLE_CAP "Build with posix capabilities support" ON)
option(ENABLE_CARES "Build with c_ares support" ON)
# todo Mostly hardcoded
option(ENABLE_KERBEROS "Build with Kerberos support" ON)
-