mirror of
https://github.com/php/php-src.git
synced 2024-11-29 12:53:37 +08:00
the last part of the fix for #39004
This commit is contained in:
parent
0b34032e49
commit
d831bd5f73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user