1
0
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:
Rasmus Lerdorf
2005-05-21 18:42:39 +00:00
parent c1ef105535
commit 4688093cdc
+1 -1
View File
@@ -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"