dsp             Mon Nov 17 15:12:33 2008 UTC

  Modified files:              
    /php-src    configure.in 
  Log:
  Feature request #46595. Use cc as default compiler and fallback to gcc. [DOC]
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.665&r2=1.666&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.665 php-src/configure.in:1.666
--- php-src/configure.in:1.665  Thu Nov  6 20:38:02 2008
+++ php-src/configure.in        Mon Nov 17 15:12:33 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.665 2008/11/06 20:38:02 dsp Exp $ -*- autoconf -*-
+## $Id: configure.in,v 1.666 2008/11/17 15:12:33 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