Skip to content

Commit babf18c

Browse files
authored
Autotools: Remove obsolete compiler reset (#15549)
This was once added via 827ad65 to store the compiler variable when being modified due to using libtool passing pthread_cflags to linker.
1 parent 062e9f9 commit babf18c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,8 +1464,6 @@ PHP_SUBST([PHP_FRAMEWORKS])
14641464
PHP_SUBST([PHP_FRAMEWORKPATH])
14651465
PHP_SUBST([INSTALL_HEADERS])
14661466

1467-
old_CC=$CC
1468-
14691467
if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then
14701468
CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags"
14711469
CPPFLAGS="$CPPFLAGS $ac_cv_pthreads_cflags"
@@ -1572,8 +1570,6 @@ PHP_SET_LIBTOOL_VARIABLE([--silent])
15721570
dnl libtool 1.4.3 needs this.
15731571
PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
15741572

1575-
CC=$old_CC
1576-
15771573
PHP_CONFIGURE_PART([Generating files])
15781574

15791575
CXXFLAGS_CLEAN=$CXXFLAGS

0 commit comments

Comments
 (0)