mesa/0001-llvm-SONAME-without-ve...

14 lines
523 B
Diff
Raw Permalink Normal View History

diff --git a/configure.ac b/configure.ac
2017-11-06 18:49:21 +00:00
index 0116b90743..4f5c8e31da 100644
--- a/configure.ac
+++ b/configure.ac
2017-11-06 18:49:21 +00:00
@@ -2646,7 +2646,7 @@ detect_old_buggy_llvm() {
dnl ourselves.
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])
2017-11-06 18:49:21 +00:00
if test "x$llvm_have_one_so" = xyes; then