]> granicus.if.org Git - apache/commitdiff
Ensure not-selected means 'no', once an APACHE_MODULE enable_foo is processed
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Jun 2016 13:45:02 +0000 (13:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Jun 2016 13:45:02 +0000 (13:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750335 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 65db19340d7b246f735655e8c5ead23f96b9098a..e392494ba8b9e6095fdb94d69136f88c0891fb70 100644 (file)
@@ -375,6 +375,8 @@ AC_DEFUN([APACHE_MODULE],[
             "$force_$1" != "no" ; then
       enable_$1=$module_default
       _apmod_extra_msg=" ($module_selection)"
+  else
+     enable_$1=no
   fi
   if test "$enable_$1" != "no"; then
     dnl If we plan to enable it, allow the module to run some autoconf magic