Remove detection of Python libraries: They are not used anymore.

Change-Id: If42bb16d5c6202889ff933af6c9d974866d2a950
Reviewed-on: https://code.wireshark.org/review/2290
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2014-06-17 02:44:05 +02:00 committed by Jörg Mayer
parent 11243e3977
commit 289aa37d8d
2 changed files with 0 additions and 7 deletions

View File

@ -575,10 +575,6 @@ if(ENABLE_CAP)
set(PACKAGELIST ${PACKAGELIST} CAP SETCAP)
endif()
if(ENABLE_PYTHON)
set(PACKAGELIST ${PACKAGELIST} PythonLibs)
endif()
if (NOT WIN32)
set(PACKAGELIST ${PACKAGELIST} YAPP)
endif()
@ -600,8 +596,6 @@ foreach(PACKAGE ${PACKAGELIST})
set(PACKAGE_VAR "QT")
elseif(${PACKAGE} STREQUAL "PythonInterp")
set(PACKAGE_VAR "PYTHONINTERP")
elseif(${PACKAGE} STREQUAL "PythonLibs")
set(PACKAGE_VAR "PYTHONLIBS")
elseif(${PACKAGE} STREQUAL "Gettext")
set(PACKAGE_VAR "GETTEXT")
elseif(${PACKAGE} STREQUAL "HtmlViewer")

View File

@ -56,7 +56,6 @@ else()
endif()
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" OFF)
option(ENABLE_SMI "Build with libsmi snmp support" ON)
option(ENABLE_GNUTLS "Build with GNU TLS support" ON)
option(ENABLE_GCRYPT "Build with GNU crypto support" ON)