From: Antony Dovgal Date: Mon, 2 Oct 2006 20:53:05 +0000 (+0000) Subject: MFH: the last part of the fix for #39004 X-Git-Tag: php-4.4.5RC1~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe057d8ed41bdc6ec8e77c0a6c3e9439d81b13db;p=php MFH: the last part of the fix for #39004 --- diff --git a/acinclude.m4 b/acinclude.m4 index f22f18cf7d..5cca719874 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -569,6 +569,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