Prioritize GCC over Clang if CFG_ONLY_GCC is set.

On OS X I'd rather just be able to use GCC instead of the clang
builds I use/play with.
This commit is contained in:
Austin Seipp 2011-10-29 15:16:39 -05:00 committed by Brian Anderson
parent e0f44730e8
commit 83413b59a0
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -324,7 +324,7 @@ case $CFG_LLVM_VERSION in
;;
esac
if [ ! -z "$CFG_CLANG" ]
if [ ! -z "$CFG_CLANG" -a -z "$CFG_ONLY_GCC" ]
then
CFG_CLANG_VERSION=$("$CFG_CLANG" \
--version \