On an I/O error, merge_read_packet() and merge_append_read_packet() need
[obnox/wireshark/wip.git] / CMakeOptions.txt
index ea43c4ab4f631b4c32d958a90bb39d1902ff603f..7f587378b5eede9371de617c1ad28ce6fb519006 100644 (file)
@@ -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)
-