Skip to content

Commit da56967

Browse files
committed
Enumerate acceptable clang versions
1 parent 2f1703d commit da56967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ then
10351035
if [ -n "$CFG_OSX_CLANG_VERSION" ]
10361036
then
10371037
case $CFG_OSX_CLANG_VERSION in
1038-
(7.*)
1038+
(7.0* | 7.1* | 7.2*)
10391039
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
10401040
;;
10411041
(*)

0 commit comments

Comments
 (0)