]> granicus.if.org Git - apache/commitdiff
* Don't enable mod_wombat by default for now.
authorRuediger Pluem <rpluem@apache.org>
Sat, 6 Dec 2008 09:22:55 +0000 (09:22 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 6 Dec 2008 09:22:55 +0000 (09:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723960 13f79535-47bb-0310-9956-ffa450edef68

modules/wombat/config.m4

index 74f8a9da1d9c75f2107bd9e135e7b107a2ff4e05..3ee79f718be36aa8d5b1cab33d6ede3d7829d007 100644 (file)
@@ -94,7 +94,7 @@ fi
 
 wombat_objects="apr_lua.lo config.lo mod_wombat.lo request.lo vmprep.lo"
 
-APACHE_MODULE(wombat, Apache Lua Framework, $wombat_objects, , yes,
+APACHE_MODULE(wombat, Apache Lua Framework, $wombat_objects, , no,
 [
 CHECK_LUA()
 APR_ADDTO(LIBS, ["$LUA_LIBS"])