Skip to content

Commit 7f47307

Browse files
author
sewardj
committed
Make the version checking for Apple LLVM a bit less strict.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15088 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 96ebed3 commit 7f47307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ AM_CONDITIONAL(COMPILER_IS_ICC, test $is_clang = icc)
154154
# Note: m4 arguments are quoted with [ and ] so square brackets in shell
155155
# statements have to be quoted.
156156
case "${is_clang}-${gcc_version}" in
157-
applellvm-5.1|applellvm-6.0*)
157+
applellvm-5.1|applellvm-6.*)
158158
AC_MSG_RESULT([ok (Apple LLVM version ${gcc_version})])
159159
;;
160160
icc-1[[3-9]].*)

0 commit comments

Comments
 (0)