Enable Python for HEAD to make sure build problems are found.
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Sep 2010 06:42:58 +0000 (06:42 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Sep 2010 06:42:58 +0000 (06:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34195 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeOptions.txt

index d35253f1a7404cf70c18bdc5d4b313f49fc7b80d..e26e2510c76c42b707390de68119346353a0b6c2 100644 (file)
@@ -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)