dsp             Mon Nov 17 15:17:50 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS configure.in 
  Log:
  MFH: Feature request #46595. Use cc as default compiler and fallback to gcc.
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.379&r2=1.2027.2.547.2.965.2.380&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.379 
php-src/NEWS:1.2027.2.547.2.965.2.380
--- php-src/NEWS:1.2027.2.547.2.965.2.379       Mon Nov 17 11:27:53 2008
+++ php-src/NEWS        Mon Nov 17 15:17:49 2008
@@ -23,6 +23,7 @@
 - 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)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.32&r2=1.579.2.52.2.77.2.33&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.32 
php-src/configure.in:1.579.2.52.2.77.2.33
--- php-src/configure.in:1.579.2.52.2.77.2.32   Thu Nov  6 20:42:11 2008
+++ php-src/configure.in        Mon Nov 17 15:17:49 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.32 2008/11/06 20:42:11 dsp Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.33 2008/11/17 15:17:49 dsp Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -140,7 +140,7 @@
 dnl Checks for programs.
 dnl -------------------------------------------------------------------------
 
-AC_PROG_CC
+AC_PROG_CC([cc gcc])
 PHP_DETECT_ICC
 PHP_DETECT_SUNCC
 AC_PROG_CC_C_O



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to