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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user