From: Stefan Fritsch Date: Sun, 22 Jan 2012 18:27:11 +0000 (+0000) Subject: Improve indentation, no code change X-Git-Tag: 2.5.0-alpha~7555 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6e601be12b15a4e4f25cefa5bc87cac49452191;p=apache Improve indentation, no code change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1234565 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 7d498a1b72..130f8cfee8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -345,24 +345,25 @@ 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([$7],,:,[if test "$enable_$7" = "no" ; then - enable_$1=no - AC_MSG_WARN("mod_$7 is disabled but required for mod_$1") - elif test "$enable_$1" = "static" && test "$enable_$7" != "static" ; then - enable_$1=no - AC_MSG_WARN("cannot build mod_$1 statically if mod_$7 is built shared") - else]) - ifelse([$6],,:,[$6]) - ifelse([$7],,:,[fi]) - AC_MSG_CHECKING(whether to enable mod_$1) - if test "$enable_$1" = "no"; then - if test "$_apmod_required" = "no"; then - _apmod_extra_msg=" (disabled)" - else - AC_MSG_ERROR([mod_$1 has been requested but can not be built due to prerequisite failures]) - fi - fi]) + 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") + elif test "$enable_$1" = "static" && test "$enable_$7" != "static" ; then + enable_$1=no + AC_MSG_WARN("cannot build mod_$1 statically if mod_$7 is built shared") + else]) + ifelse([$6],,:,[ $6]) + ifelse([$7],,:,[fi]) + AC_MSG_CHECKING(whether to enable mod_$1) + if test "$enable_$1" = "no"; then + if test "$_apmod_required" = "no"; then + _apmod_extra_msg=" (disabled)" + else + AC_MSG_ERROR([mod_$1 has been requested but can not be built due to prerequisite failures]) + fi + fi]) fi AC_MSG_RESULT($enable_$1$_apmod_extra_msg) if test "$enable_$1" != "no"; then