From: Antony Dovgal Date: Mon, 2 Oct 2006 20:49:13 +0000 (+0000) Subject: the last part of the fix for #39004 X-Git-Tag: RELEASE_1_0_0RC1~1470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d831bd5f73a55b17a7dec16d921e18b15554559a;p=php the last part of the fix for #39004 --- diff --git a/acinclude.m4 b/acinclude.m4 index f1562795a4..d941ab7656 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2504,6 +2504,11 @@ EOF done echo "'[$]0' \\" >> $1 + if test `expr -- [$]0 : "'.*"` = 0; then + CONFIGURE_COMMAND="$CONFIGURE_COMMAND '[$]0'" + else + CONFIGURE_COMMAND="$CONFIGURE_COMMAND [$]0" + fi for arg in $ac_configure_args; do if test `expr -- $arg : "'.*"` = 0; then if test `expr -- $arg : "--.*"` = 0; then