2016-03-20 13:48:31 +00:00
|
|
|
diff --git a/configure.ac b/configure.ac
|
2017-11-06 18:49:21 +00:00
|
|
|
index 0116b90743..4f5c8e31da 100644
|
2016-03-20 13:48:31 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2017-11-06 18:49:21 +00:00
|
|
|
@@ -2646,7 +2646,7 @@ detect_old_buggy_llvm() {
|
|
|
|
dnl ourselves.
|
2016-03-20 13:48:31 +00:00
|
|
|
dnl (See https://llvm.org/bugs/show_bug.cgi?id=6823)
|
2017-11-06 18:49:21 +00:00
|
|
|
dnl We can't use $LLVM_VERSION because it has 'svn' stripped out,
|
|
|
|
- LLVM_SO_NAME=LLVM-`$LLVM_CONFIG --version`
|
|
|
|
+ LLVM_SO_NAME=LLVM
|
|
|
|
AS_IF([test -f "$LLVM_LIBDIR/lib$LLVM_SO_NAME.$IMP_LIB_EXT"], [llvm_have_one_so=yes])
|
2016-03-20 13:48:31 +00:00
|
|
|
|
2017-11-06 18:49:21 +00:00
|
|
|
if test "x$llvm_have_one_so" = xyes; then
|