diff options
author | Sascha Schumann <sas@php.net> | 2000-03-30 04:09:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-03-30 04:09:56 +0000 |
commit | 4179e856931c6b7effd337f16beb3a509c509165 (patch) | |
tree | 3ff79b97cd3a3aba1b363cb5d8967d5aeb1c98a2 /configure.in | |
parent | 1469f420d6f2b37452f60a26797e4aad6d3605af (diff) | |
download | php-git-4179e856931c6b7effd337f16beb3a509c509165.tar.gz |
Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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<<EOF #! /bin/sh exec $CC $ac_cv_pthreads_cflags \$@ |