summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-06-27 22:05:31 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-06-27 22:05:31 +0000
commit31b6d84c9e773bcb53f4d523707918429d21025e (patch)
treed2b1fe679e2c2a7a70e10807678abfe2265661e0
parent55a500ebaa24038d0026fa556cfd2721cbcefa8c (diff)
downloadhttpd-31b6d84c9e773bcb53f4d523707918429d21025e.tar.gz
Undo r1750418, miscommitted a local test
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750419 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--acinclude.m42
-rw-r--r--modules/proxy/config.m42
2 files changed, 1 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 13d76364cf..8a18f0fdfe 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 471a4b82fc..62e4dcd3e6 100644
--- a/modules/proxy/config.m4
+++ b/modules/proxy/config.m4
@@ -2,8 +2,6 @@ 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)