Skip to content

Commit 0c13523

Browse files
committed
Rename path variable to include_path
1 parent 4ba80ec commit 0c13523

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/php.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,9 @@ dnl Add blank-or-newline-separated list of include paths. If "before" is given,
473473
dnl paths are prepended to the beginning of INCLUDES.
474474
dnl
475475
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])
476+
for include_path in m4_normalize(m4_expand([$1])); do
477+
AS_IF([test "$include_path" != "/usr/include"], [
478+
PHP_EXPAND_PATH([$include_path], [ai_p])
479479
PHP_RUN_ONCE([INCLUDEPATH], [$ai_p], [m4_ifnblank([$2],
480480
[INCLUDES="-I$ai_p $INCLUDES"],
481481
[INCLUDES="$INCLUDES -I$ai_p"])])

0 commit comments

Comments
 (0)