1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00

Fix vpath build w/ thread-safe enabled on Unix.

This commit is contained in:
Sascha Schumann
1999-09-23 16:07:16 +00:00
parent 9f07657b48
commit 4efa22c84e

View File

@@ -138,6 +138,7 @@ AC_ARG_ENABLE(thread-safety,
AC_DEFINE(ZTS)
ZEND_SCANNER_SRC=zend-scanner.cc
ZEND_SCANNER_COMPILE='$(CXXCOMPILE) -c $< -o $@'
CPPFLAGS="$CPPFLAGS -I../TSRM"
AC_MSG_RESULT(yes)
else
ZEND_SCANNER_SRC=zend-scanner.c