[Freeswitch-svn] [commit] r9006 - in freeswitch/trunk: build	conf/autoload_configs
    Freeswitch SVN 
    brian at freeswitch.org
       
    Sat Jul 12 15:10:29 EDT 2008
    
    
  
Author: brian
Date: Sat Jul 12 15:10:28 2008
New Revision: 9006
Modified:
   freeswitch/trunk/build/modules.conf.in
   freeswitch/trunk/conf/autoload_configs/modules.conf.xml
Log:
 add lua to default build
Modified: freeswitch/trunk/build/modules.conf.in
==============================================================================
--- freeswitch/trunk/build/modules.conf.in	(original)
+++ freeswitch/trunk/build/modules.conf.in	Sat Jul 12 15:10:28 2008
@@ -51,7 +51,7 @@
 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
Modified: freeswitch/trunk/conf/autoload_configs/modules.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/modules.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/modules.conf.xml	Sat Jul 12 15:10:28 2008
@@ -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"/> -->
    
    
More information about the Freeswitch-svn
mailing list