We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba80ec commit 0c13523Copy full SHA for 0c13523
build/php.m4
@@ -473,9 +473,9 @@ dnl Add blank-or-newline-separated list of include paths. If "before" is given,
473
dnl paths are prepended to the beginning of INCLUDES.
474
dnl
475
AC_DEFUN([PHP_ADD_INCLUDE], [
476
-for path in m4_normalize(m4_expand([$1])); do
477
- AS_IF([test "$path" != "/usr/include"], [
478
- PHP_EXPAND_PATH([$path], [ai_p])
+for include_path in m4_normalize(m4_expand([$1])); do
+ AS_IF([test "$include_path" != "/usr/include"], [
+ PHP_EXPAND_PATH([$include_path], [ai_p])
479
PHP_RUN_ONCE([INCLUDEPATH], [$ai_p], [m4_ifnblank([$2],
480
[INCLUDES="-I$ai_p $INCLUDES"],
481
[INCLUDES="$INCLUDES -I$ai_p"])])
0 commit comments