mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Export CPPFLAGS to propagate additional flags
This commit is contained in:
parent
194d75c3a8
commit
942c0b3521
@ -643,6 +643,7 @@ AC_ARG_ENABLE(thread-safety,
|
||||
AC_DEFINE(ZTS)
|
||||
INCLUDES="$INCLUDES -I\$(top_builddir)/TSRM"
|
||||
CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
|
||||
export CPPFLAGS
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
|
Loading…
Reference in New Issue
Block a user