diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2016-06-28 00:05:54 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2016-06-28 00:05:54 +0200 |
commit | 113a5b38ba30950b014fdeab20bf6c0f23997c91 (patch) | |
tree | dd388c291bb9b57dc15a9d3e8d52aa960061d2d1 /acinclude.m4 | |
parent | Undo r1750418, miscommitted a local test (diff) | |
download | apache2-113a5b38ba30950b014fdeab20bf6c0f23997c91.tar.xz apache2-113a5b38ba30950b014fdeab20bf6c0f23997c91.zip |
This is not C code... no semi, a colon is a noop
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
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 |