From 978129fd9bb965de498c4e4b33249f6b9d831ef4 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 17 Nov 2008 15:17:49 +0000 Subject: [PATCH] MFH: Feature request #46595. Use cc as default compiler and fallback to gcc. --- NEWS | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index af977ae431..4bbe7ef96e 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ PHP NEWS - Added concatenation option to bz2.decompress stream filter. (Keisial at gmail dot com, Greg) - Added support for using compressed connections with PDO_mysql. (Johannes) +- Implemented FR #46595 (Use cc as the default compiler). (David Soria Parra) - Implemented FR #46513 (Missing compiler flags for suncc). (David Soria Parra) diff --git a/configure.in b/configure.in index 1a3aada3f9..dc5658ece4 100644 --- a/configure.in +++ b/configure.in @@ -140,7 +140,7 @@ esac dnl Checks for programs. dnl ------------------------------------------------------------------------- -AC_PROG_CC +AC_PROG_CC([cc gcc]) PHP_DETECT_ICC PHP_DETECT_SUNCC AC_PROG_CC_C_O -- 2.40.0