]> granicus.if.org Git - php/commitdiff
Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS
authorSascha Schumann <sas@php.net>
Thu, 30 Mar 2000 04:09:56 +0000 (04:09 +0000)
committerSascha Schumann <sas@php.net>
Thu, 30 Mar 2000 04:09:56 +0000 (04:09 +0000)
configure.in

index 92d87c1836963624517b86db3f8312896e8a0217..513417a109e0b1a2d9f546b796c329bc263cb85d 100644 (file)
@@ -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<<EOF
 #! /bin/sh
 exec $CC $ac_cv_pthreads_cflags \$@