diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:28 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:28 +0100 |
commit | 02a0e3b89d2ea1b984365e692c910668d75c6dcd (patch) | |
tree | b9ba1c635c12bace3b2afbe7f548a0aab67102f5 /build | |
parent | 0268977037115539ad65a26e858aa0df8d18cd13 (diff) | |
download | apache2-02a0e3b89d2ea1b984365e692c910668d75c6dcd.tar.gz |
Upstream tarball 2.2.11upstream/2.2.11
Diffstat (limited to 'build')
-rw-r--r-- | build/apr_common.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/apr_common.m4 b/build/apr_common.m4 index 2afb4666..4b3f6586 100644 --- a/build/apr_common.m4 +++ b/build/apr_common.m4 @@ -158,9 +158,12 @@ changequote([, ])dnl done ]) - # autoconf doesn't add --silent to ac_configure_args; explicitly pass it + dnl autoconf doesn't add --silent to ac_configure_args; explicitly pass it test "x$silent" = "xyes" && apr_configure_args="$apr_configure_args --silent" + dnl AC_CONFIG_SUBDIRS silences option warnings, emulate this for 2.62 + apr_configure_args="--disable-option-checking $apr_configure_args" + dnl The eval makes quoting arguments work - specifically the second argument dnl where the quoting mechanisms used is "" rather than []. dnl |