From: William A. Rowe Jr Date: Mon, 27 Jun 2016 22:04:13 +0000 (+0000) Subject: This isn't C ;) Colon for noop X-Git-Tag: 2.5.0-alpha~1460 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55a500ebaa24038d0026fa556cfd2721cbcefa8c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index 8a18f0fdfe6..13d76364cf6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 62e4dcd3e66..471a4b82fc7 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -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)