From: Sascha Schumann Date: Wed, 15 Mar 2000 21:40:03 +0000 (+0000) Subject: Use CPPFLAGS for reentrancy/thread flags X-Git-Tag: PHP-4.0-RC1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7658768705d2402040bebb9af56c7b8931a29729;p=php Use CPPFLAGS for reentrancy/thread flags --- diff --git a/TSRM/threads.m4 b/TSRM/threads.m4 index 5e7dff6e47..17b425a97f 100644 --- a/TSRM/threads.m4 +++ b/TSRM/threads.m4 @@ -48,7 +48,7 @@ AC_DEFUN(PTHREADS_FLAGS,[ esac if test -n "$PTHREAD_FLAGS"; then - CFLAGS="$CFLAS $PTHREAD_FLAGS" + CPPFLAGS="$CPPFLAGS $PTHREAD_FLAGS" fi ])dnl