From 83413b59a03f7c5913127f10992712147e008d6e Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sat, 29 Oct 2011 15:16:39 -0500 Subject: [PATCH] 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 12d991b96514d..9c44d28b4b3e5 100755 --- a/configure +++ b/configure @@ -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 \