summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
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