Enable Python for HEAD to make sure build problems are found.

svn path=/trunk/; revision=34195
This commit is contained in:
Jörg Mayer 2010-09-23 06:42:58 +00:00
parent a1925522db
commit de8403e55a
1 changed files with 1 additions and 1 deletions

View 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)