From: Sascha Schumann Date: Thu, 30 Mar 2000 04:09:56 +0000 (+0000) Subject: Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS X-Git-Tag: php-4.0RC2~576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4179e856931c6b7effd337f16beb3a509c509165;p=php Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS --- diff --git a/configure.in b/configure.in index 92d87c1836..513417a109 100644 --- a/configure.in +++ b/configure.in @@ -746,6 +746,8 @@ PHP_CONFIGURE_PART(Configuring libtool) old_CC="$CC" if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then + CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags" + INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags" cat >meta_ccld<