summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2011-01-20 09:07:27 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2011-01-20 09:07:27 +0000
commita83fa3a01c1d804145d20a8b587520e8938fb9cf (patch)
tree701ea666be83bb8a1fdbdd67ff9deee66636ad9a /configure.ac
parent1c469717a42ef6b0fd894c2ff952a888812db91a (diff)
On systems which have LLVM, use that compiler. Should result in a massive speed increase.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@302879 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01c36bb51..54e0fdffc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,7 +215,7 @@ then
fi
# Checks for programs.
-AC_PROG_CC
+AC_PROG_CC([llvm-gcc gcc cc])
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_CXXCPP