We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062e9f9 commit babf18cCopy full SHA for babf18c
configure.ac
@@ -1464,8 +1464,6 @@ PHP_SUBST([PHP_FRAMEWORKS])
1464
PHP_SUBST([PHP_FRAMEWORKPATH])
1465
PHP_SUBST([INSTALL_HEADERS])
1466
1467
-old_CC=$CC
1468
-
1469
if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then
1470
CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags"
1471
CPPFLAGS="$CPPFLAGS $ac_cv_pthreads_cflags"
@@ -1572,8 +1570,6 @@ PHP_SET_LIBTOOL_VARIABLE([--silent])
1572
1570
dnl libtool 1.4.3 needs this.
1573
1571
PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
1574
1575
-CC=$old_CC
1576
1577
PHP_CONFIGURE_PART([Generating files])
1578
1579
CXXFLAGS_CLEAN=$CXXFLAGS
0 commit comments