aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-12 12:03:14 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-12 12:03:14 +0000
commitd74b579c14352b2b7ee1e7bf0074b864107f7e72 (patch)
tree7a6299be52d17e7ab81d8482c9b28ff141b25e33 /configure.in
parenta56d48f95dd0a6963e442652a54014fb8c975046 (diff)
Lua support is no plugin.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28333 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3e6cea1e4e..279f304286 100644
--- a/configure.in
+++ b/configure.in
@@ -1758,7 +1758,7 @@ else
pcre_message="yes"
fi
-if test "x$want_lua" = "xyes" -a "x$have_plugins" = "xyes" ; then
+if test "x$want_lua" = "xyes" ; then
lua_message="yes"
else
lua_message="no"
@@ -1822,7 +1822,7 @@ echo " Build rawshark : $enable_rawshark"
echo ""
echo " Install dumpcap setuid : $setuid_message"
echo " Use plugins : $have_plugins"
-echo " Build lua plugin : $lua_message"
+echo " Use lua library : $lua_message"
echo " Build rtp_player : $portaudio_message"
echo " Use threads : $enable_threads"
echo " Build profile binaries : $enable_profile_build"