[asterisk-commits] tilghman: trunk r302879 - in /trunk: configure configure.ac

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 20 03:07:33 CST 2011


Author: tilghman
Date: Thu Jan 20 03:07:27 2011
New Revision: 302879

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=302879
Log:
On systems which have LLVM, use that compiler.  Should result in a massive speed increase.

Modified:
    trunk/configure
    trunk/configure.ac

Modified: trunk/configure.ac
URL: http://svnview.digium.com/svn/asterisk/trunk/configure.ac?view=diff&rev=302879&r1=302878&r2=302879
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Jan 20 03:07:27 2011
@@ -215,7 +215,7 @@
 fi
 
 # Checks for programs.
-AC_PROG_CC
+AC_PROG_CC([llvm-gcc gcc cc])
 AC_PROG_CXX
 AC_PROG_CPP
 AC_PROG_CXXCPP




More information about the asterisk-commits mailing list