summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-06-28 00:04:13 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-06-28 00:04:13 +0200
commit55a500ebaa24038d0026fa556cfd2721cbcefa8c (patch)
treee9c7ba3c4129ce95f7daead256394749630d7e6a /acinclude.m4
parentmod_proxy: we don't need ap_proxy_ssl_connection_cleanup() anymore with (diff)
downloadapache2-55a500ebaa24038d0026fa556cfd2721cbcefa8c.tar.xz
apache2-55a500ebaa24038d0026fa556cfd2721cbcefa8c.zip
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
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 8a18f0fdfe..13d76364cf 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