From: Jaromír Doleček Date: Fri, 9 Feb 2018 13:30:06 +0000 (+0100) Subject: Fixed bug #75940 Unnecessary compile wrapper with PHP_THREAD_SAFETY=yes X-Git-Tag: php-7.3.0alpha1~468^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5b55416f4bf48e475b30bb86b120c83efccca53;p=php Fixed bug #75940 Unnecessary compile wrapper with PHP_THREAD_SAFETY=yes --- diff --git a/configure.ac b/configure.ac index 7c0d007254..25b573f8a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1377,12 +1377,7 @@ 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<