aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-01-20 03:20:35 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-01-20 03:20:35 +0000
commit0a6eca4097b839b3c02fe1d18da04f33fb935bdd (patch)
treeb39a0a303af21785b72d170b6727209797380865 /CMakeOptions.txt
parentb83e1b218f5e0b110a2d5a942a6f564bbb099351 (diff)
Bug 6448 says the embedded Python stuff does not really work.
And if I run Valgrind with Python enabled, I get pages of errors related to it. So: disable Python by default. svn path=/trunk/; revision=40602
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 7f587378b5..86076346d4 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -36,7 +36,7 @@ option(ENABLE_ADNS "Build with adns 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)