From c9d38591febb326a11a873cce9471ffbf4ebbd3f Mon Sep 17 00:00:00 2001 From: jmayer Date: Thu, 23 Sep 2010 06:42:58 +0000 Subject: [PATCH] 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 --- CMakeOptions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1