Commit 07ce61be authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Improve indentation, no code change


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1234565 13f79535-47bb-0310-9956-ffa450edef68
parent bda09574
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -345,7 +345,8 @@ AC_DEFUN(APACHE_MODULE,[
  if test "$enable_$1" != "no"; then
    dnl If we plan to enable it, allow the module to run some autoconf magic
    dnl that may disable it because of missing dependencies.
    ifelse([$6$7],,:,[AC_MSG_RESULT([checking dependencies])
    ifelse([$6$7],,:,
           [AC_MSG_RESULT([checking dependencies])
            ifelse([$7],,:,[if test "$enable_$7" = "no" ; then
                              enable_$1=no
                              AC_MSG_WARN("mod_$7 is disabled but required for mod_$1")