mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix typo (escape sign was one off)
This commit is contained in:
parent
c810659379
commit
194d75c3a8
@ -641,7 +641,7 @@ AC_ARG_ENABLE(thread-safety,
|
||||
TSRM_LIB='TSRM/libtsrm.la'
|
||||
TSRM_DIR=TSRM
|
||||
AC_DEFINE(ZTS)
|
||||
INCLUDES="$INCLUDES -I$\(top_builddir)/TSRM"
|
||||
INCLUDES="$INCLUDES -I\$(top_builddir)/TSRM"
|
||||
CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user