We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7fe92 commit 3665e90Copy full SHA for 3665e90
configure.ac
@@ -1669,9 +1669,6 @@ PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
1669
dnl This needs to be passed explicitly to allow scan-build compiler overrides.
1670
PHP_SET_LIBTOOL_VARIABLE([--tag CC])
1671
1672
-test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
1673
-test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
1674
-
1675
CC=$old_CC
1676
1677
PHP_CONFIGURE_PART(Generating files)
0 commit comments