configure: fix compatibility issue with Apple clang 4.0
Fix compatibility with Mountain Lion. Closes #3049.
This commit is contained in:
parent
cf305560b6
commit
50f2db4a0e
2
configure
vendored
2
configure
vendored
@ -400,7 +400,7 @@ then
|
|||||||
| cut -d ' ' -f 2)
|
| cut -d ' ' -f 2)
|
||||||
|
|
||||||
case $CFG_CLANG_VERSION in
|
case $CFG_CLANG_VERSION in
|
||||||
(3.0svn | 3.0 | 3.1)
|
(3.0svn | 3.0 | 3.1 | 4.0)
|
||||||
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
|
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
|
||||||
CFG_C_COMPILER="clang"
|
CFG_C_COMPILER="clang"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user