mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
This isn't C ;) Colon for noop
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750418 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -351,7 +351,7 @@ AC_DEFUN([APACHE_MODULE],[
|
||||
;;
|
||||
esac
|
||||
if test "$enable_$1" = "static" -o "$enable_$1" = "shared"; then
|
||||
;
|
||||
:
|
||||
elif test "$enable_$1" = "yes"; then
|
||||
enable_$1=$module_default
|
||||
elif test "$enable_$1" = "few"; then
|
||||
|
@ -2,6 +2,8 @@ dnl modules enabled in this directory by default
|
||||
|
||||
APACHE_MODPATH_INIT(proxy)
|
||||
|
||||
set | grep -E "^enable_" 1>&2
|
||||
|
||||
proxy_objs="mod_proxy.lo proxy_util.lo"
|
||||
APACHE_MODULE(proxy, Apache proxy module, $proxy_objs, , most)
|
||||
|
||||
|
Reference in New Issue
Block a user