]> granicus.if.org Git - php/commitdiff
Feature request #46595. Use cc as default compiler and fallback to gcc. [DOC]
authorDavid Soria Parra <dsp@php.net>
Mon, 17 Nov 2008 15:12:33 +0000 (15:12 +0000)
committerDavid Soria Parra <dsp@php.net>
Mon, 17 Nov 2008 15:12:33 +0000 (15:12 +0000)
configure.in

index 859e5d413a981b9450f9963e03c1f78c4f1f423c..76cf9c744c14ce7858b2e92e9e8c75810b9316de 100644 (file)
@@ -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