From 06d26b592757ebac2e73f5525eaca72f14086924 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 27 Jun 2000 22:35:53 +0000 Subject: [PATCH] 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 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0