summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-10-02 20:49:23 +0000
committerAntony Dovgal <tony2001@php.net>2006-10-02 20:49:23 +0000
commitb8fc77bd137ea88e7260bb0d6e1c1e06a068141e (patch)
tree318a25f455caabe8ce14492ffb578b720bcc3110 /acinclude.m4
parent5c96544b7d5eb1bce986010418f98990bc24b83b (diff)
downloadphp-git-b8fc77bd137ea88e7260bb0d6e1c1e06a068141e.tar.gz
MFH: the last part of the fix for #39004
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m45
1 files changed, 5 insertions, 0 deletions
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