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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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