aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 06:42:58 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 06:42:58 +0000
commitc9d38591febb326a11a873cce9471ffbf4ebbd3f (patch)
tree26ce19b6038888005f94910de2efe710fb2ceb80 /CMakeOptions.txt
parent7922758c4a1ae891cd7f2b13d4b719ab166277aa (diff)
Enable Python for HEAD to make sure build problems are found.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34195 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index d35253f1a7..e26e2510c7 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -28,7 +28,7 @@ option(ENABLE_PCRE "Build with pcre support" ON)
option(ENABLE_PORTAUDIO "Build with portaudio support" ON)
option(ENABLE_ZLIB "Build with zlib compression support" ON)
option(ENABLE_LUA "Build with lua dissector support" ON)
-option(ENABLE_PYTHON "Build with python dissector support" ON)
+option(ENABLE_PYTHON "Build with python dissector support" OFF)
option(ENABLE_SMI "Build with smi snmp support" ON)
option(ENABLE_GNUTLS "Build with GNU TLS support" ON)
option(ENABLE_GCRYPT "Build with GNU crypto support" ON)