mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
Avoid syntax errors on some operating systems
This commit is contained in:
+1
-1
@@ -2363,7 +2363,7 @@ AC_DEFUN([PHP_INSTALL_HEADERS],[
|
||||
done
|
||||
else
|
||||
header_path=$1
|
||||
for header_file in $2; do
|
||||
for header_file in "$2"; do
|
||||
hp_hf="$header_path/$header_file"
|
||||
PHP_RUN_ONCE(INSTALLHEADERS, $hp_hf, [
|
||||
INSTALL_EXT_HEADERS="$INSTALL_EXT_HEADERS $hp_hf"
|
||||
|
||||
Reference in New Issue
Block a user