1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Autotools: Remove obsolete compiler reset (#15549)

This was once added via 827ad656cb to
store the compiler variable when being modified due to using libtool
passing pthread_cflags to linker.
This commit is contained in:
Peter Kokot
2024-08-23 16:54:21 +02:00
committed by GitHub
parent 062e9f9134
commit babf18c52e

View File

@@ -1464,8 +1464,6 @@ PHP_SUBST([PHP_FRAMEWORKS])
PHP_SUBST([PHP_FRAMEWORKPATH])
PHP_SUBST([INSTALL_HEADERS])
old_CC=$CC
if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then
CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags"
CPPFLAGS="$CPPFLAGS $ac_cv_pthreads_cflags"
@@ -1572,8 +1570,6 @@ PHP_SET_LIBTOOL_VARIABLE([--silent])
dnl libtool 1.4.3 needs this.
PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
CC=$old_CC
PHP_CONFIGURE_PART([Generating files])
CXXFLAGS_CLEAN=$CXXFLAGS