1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove redundant PHP_SUBST_OLD(INCLUDE_PATH) (#12738)

The AC_SUBST(INCLUDE_PATH) is enough to only replace the variable in the
build-defs.h.in file.
This commit is contained in:
Peter Kokot
2023-11-21 03:56:36 +01:00
committed by GitHub
parent 9a34b57b28
commit 7d52f39954

View File

@@ -1555,7 +1555,6 @@ PHP_SUBST_OLD(EXTRA_LIBS)
PHP_SUBST_OLD(ZEND_EXTRA_LIBS)
PHP_SUBST_OLD(INCLUDES)
PHP_SUBST_OLD(EXTRA_INCLUDES)
PHP_SUBST_OLD(INCLUDE_PATH)
PHP_SUBST_OLD(INSTALL_IT)
PHP_SUBST(LFLAGS)
PHP_SUBST(LIBTOOL)