diff options
Diffstat (limited to 'build/apr_common.m4')
-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 |