]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This isn't C ;) Colon for noop
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Jun 2016 22:04:13 +0000 (22:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Jun 2016 22:04:13 +0000 (22:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750418 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4
modules/proxy/config.m4

index 8a18f0fdfe665af121e60b5a180ae48ca8537193..13d76364cf67b6518f03d1c40eee438c3b0ccda0 100644 (file)
@@ -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
index 62e4dcd3e663755fa8c3cb9ca2a6b1da619f6dd3..471a4b82fc78476ba4f44de44eb2bb7011f58399 100644 (file)
@@ -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)