From 02a0e3b89d2ea1b984365e692c910668d75c6dcd Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Tue, 27 Dec 2011 19:42:28 +0100 Subject: Upstream tarball 2.2.11 --- build/apr_common.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.2.3