From 0a6eca4097b839b3c02fe1d18da04f33fb935bdd Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 20 Jan 2012 03:20:35 +0000 Subject: 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 --- CMakeOptions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeOptions.txt') 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) -- cgit v1.2.3