|
From: <sv...@va...> - 2015-04-13 11:41:37
|
Author: sewardj
Date: Mon Apr 13 12:41:30 2015
New Revision: 15088
Log:
Make the version checking for Apple LLVM a bit less strict.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Apr 13 12:41:30 2015
@@ -154,7 +154,7 @@
# Note: m4 arguments are quoted with [ and ] so square brackets in shell
# statements have to be quoted.
case "${is_clang}-${gcc_version}" in
- applellvm-5.1|applellvm-6.0*)
+ applellvm-5.1|applellvm-6.*)
AC_MSG_RESULT([ok (Apple LLVM version ${gcc_version})])
;;
icc-1[[3-9]].*)
|