summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-06-28 00:35:53 +0200
committerRyan Bloom <rbb@apache.org>2000-06-28 00:35:53 +0200
commit06d26b592757ebac2e73f5525eaca72f14086924 (patch)
treebb288c11620db3a07d1cdeb7fdf91b502e252bfc
parentFix compile warning on AIX (diff)
downloadapache2-06d26b592757ebac2e73f5525eaca72f14086924.tar.xz
apache2-06d26b592757ebac2e73f5525eaca72f14086924.zip
Pass the configure args to sub_configure scripts with the RUN_NOW macro.
This allows people to specify --disable-threads on Apache's configure command line, and APR respects it. This is the first step to fixing a problem introduced by making Apache call APR's configure script before making any config decisions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85711 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ce4300eccd..3c217e3636 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -428,7 +428,7 @@ changequote([, ])dnl
# The eval makes quoting arguments work.
- if eval $ac_abs_srcdir/configure --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir
+ if eval $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir
then :
echo "$1 configured properly"
else