summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
Diffstat (limited to 'php/src')
-rw-r--r--php/src/php7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/php7/Makefile b/php/src/php7/Makefile
index 8f1f7fe3bae..e240186ed0f 100644
--- a/php/src/php7/Makefile
+++ b/php/src/php7/Makefile
@@ -27,7 +27,7 @@ OBJS = Communicator.o \
include $(top_srcdir)/config/Make.rules.php
-CPPFLAGS := -I. $(CPPFLAGS) $(ICE_FLAGS) $(shell php-config --includes)
+CPPFLAGS := -I. $(CPPFLAGS) $(ICE_FLAGS) $(shell $(PHP_CONFIG) --includes)
LINKWITH := $(ICE_LIBS) $(CXXLIBS)