From 7d442f4c22c58a970a6d00c2affac1659cdb81f6 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 7 Nov 2011 23:42:53 +0000 Subject: 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 --- CMakeOptions.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeOptions.txt') 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) - -- cgit v1.2.3