Fix typo (escape sign was one off)

This commit is contained in:
Sascha Schumann 1999-11-13 12:51:25 +00:00
parent c810659379
commit 194d75c3a8

View File

@ -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