[asterisk-commits] russell: trunk r303418 - in /trunk: configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 21 22:13:21 CST 2011
Author: russell
Date: Fri Jan 21 22:13:15 2011
New Revision: 303418
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=303418
Log:
Revert default compiler change.
If someone wishes to do so, it is trivial to set your own default when running
the configure script.
Modified:
trunk/configure
trunk/configure.ac
Modified: trunk/configure.ac
URL: http://svnview.digium.com/svn/asterisk/trunk/configure.ac?view=diff&rev=303418&r1=303417&r2=303418
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Jan 21 22:13:15 2011
@@ -39,7 +39,7 @@
# Note: AC_PROG_CC *must* be specified before AC_USE_SYSTEM_EXTENSIONS or any
# other macro that uses the C compiler, or the default order will be used.
-AC_PROG_CC([llvm-gcc gcc cc])
+AC_PROG_CC([gcc cc])
AC_USE_SYSTEM_EXTENSIONS dnl note- does not work on FreeBSD
More information about the asterisk-commits
mailing list