Skip to content

Commit 3665e90

Browse files
authored
Remove unused PHP_COMPILE and CXX_PHP_COMPILE variables (php#12760)
These were part of the old build system and are no longer used.
1 parent 3c7fe92 commit 3665e90

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

configure.ac

-3
Original file line numberDiff line numberDiff line change
@@ -1669,9 +1669,6 @@ PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
16691669
dnl This needs to be passed explicitly to allow scan-build compiler overrides.
16701670
PHP_SET_LIBTOOL_VARIABLE([--tag CC])
16711671

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-
16751672
CC=$old_CC
16761673

16771674
PHP_CONFIGURE_PART(Generating files)

0 commit comments

Comments
 (0)