]> granicus.if.org Git - apache/commitdiff
Pass the configure args to sub_configure scripts with the RUN_NOW macro.
authorRyan Bloom <rbb@apache.org>
Tue, 27 Jun 2000 22:35:53 +0000 (22:35 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 27 Jun 2000 22:35:53 +0000 (22:35 +0000)
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

acinclude.m4

index ce4300eccd14e57e1ad4964e65f99dea10f19131..3c217e3636f4a3a552236371e8c60098ec065c6d 100644 (file)
@@ -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