]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This is not C code... no semi, a colon is a noop
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Jun 2016 22:05:54 +0000 (22:05 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Jun 2016 22:05:54 +0000 (22:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750420 13f79535-47bb-0310-9956-ffa450edef68

acinclude.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