]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add lua to default build
authorBrian West <brian@freeswitch.org>
Sat, 12 Jul 2008 19:10:28 +0000 (19:10 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 12 Jul 2008 19:10:28 +0000 (19:10 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9006 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/modules.conf.in
conf/autoload_configs/modules.conf.xml

index 21e809afb6528595be476728976e09e6a96e2f60..726d25dcadbdff1b81f942435cc8afa89caa0677 100644 (file)
@@ -51,7 +51,7 @@ languages/mod_spidermonkey_teletone
 languages/mod_spidermonkey_core_db
 languages/mod_spidermonkey_socket
 #languages/mod_spidermonkey_odbc
-#languages/mod_lua
+languages/mod_lua
 #languages/mod_perl
 #languages/mod_yaml
 xml_int/mod_xml_rpc
index ccd35d107e3834b43f55a4d09b59d77ce86da37e..6a3fa88decf3755cb2d3ebfbc2eb3fd2424d16c5 100644 (file)
@@ -77,7 +77,7 @@
     <!-- <load module="mod_perl"/> -->
     <!-- <load module="mod_python"/> -->
     <!-- <load module="mod_java"/> -->
-    <!-- <load module="mod_lua"/> -->
+    <load module="mod_lua"/>
 
     <!-- ASR /TTS -->
     <!-- <load module="mod_flite"/> -->