aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-25 14:53:56 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-25 14:53:56 +0000
commit53acec3427e29d214b60aee36ee3b1c9609ed9df (patch)
treec995bb54768cfceb1f99938371e2a8cf5a80a1d8 /CMakeLists.txt
parentb1fde640d69e6bfbd2019d3a2e891428a2adbbfd (diff)
wslua now builds, links and installs.
Enable it by default. svn path=/trunk/; revision=30142
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 805f51c9d4..81b89fbd7c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,7 @@ option(ENABLE_PCRE "Build with pcre support" ON)
option(ENABLE_PORTAUDIO "Build with portaudio support" ON)
option(ENABLE_Z "Build with zlib compression support" ON)
# todo wslua currently seems to be broken
-option(ENABLE_LUA "Build with lua dissector support" OFF)
+option(ENABLE_LUA "Build with lua dissector support" ON)
option(ENABLE_PYTHON "Build with python dissector support" ON)
option(ENABLE_SMI "Build with smi snmp support" ON)
option(ENABLE_GNUTLS "Build with GNU TLS support" ON)