Export CPPFLAGS to propagate additional flags

This commit is contained in:
Sascha Schumann 1999-11-13 12:55:47 +00:00
parent 194d75c3a8
commit 942c0b3521

View File

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