From 7d52f39954ea71952d3d263eb06f655561508ec9 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 21 Nov 2023 03:56:36 +0100 Subject: [PATCH] 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 45c5f623f69..342c09eee10 100644 --- a/configure.ac +++ b/configure.ac @@ -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)