From e96e0ae002e7a450fc1b56150f3163600951ba77 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 23 Oct 2002 17:56:42 +0000 Subject: - use the cc that was detected by ./configure when determining version information in run-tests.php --- Makefile.global | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.global') diff --git a/Makefile.global b/Makefile.global index 29e9a551ad..f22e42095b 100644 --- a/Makefile.global +++ b/Makefile.global @@ -49,6 +49,7 @@ install-su: install-pear install-tester test: $(SAPI_CLI_PATH) @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ TEST_PHP_SRCDIR=$(top_srcdir) \ + CC=$(CC) \ $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS) clean: -- cgit v1.2.1