Skip to content

Commit 83413b5

Browse files
Austin Seippbrson
authored andcommitted
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.
1 parent e0f4473 commit 83413b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ case $CFG_LLVM_VERSION in
324324
;;
325325
esac
326326

327-
if [ ! -z "$CFG_CLANG" ]
327+
if [ ! -z "$CFG_CLANG" -a -z "$CFG_ONLY_GCC" ]
328328
then
329329
CFG_CLANG_VERSION=$("$CFG_CLANG" \
330330
--version \

0 commit comments

Comments
 (0)