[gnome-builder] build: list more llvm versions
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: list more llvm versions
- Date: Wed, 9 Dec 2015 15:44:25 +0000 (UTC)
commit 0a70b96fe0a37f895c5d5bcc328ac6340888282e
Author: Ting-Wei Lan <lantw src gnome org>
Date: Tue Dec 8 23:51:05 2015 +0800
build: list more llvm versions
https://bugzilla.gnome.org/show_bug.cgi?id=759183
plugins/clang/configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/clang/configure.ac b/plugins/clang/configure.ac
index 750cb34..63c741c 100644
--- a/plugins/clang/configure.ac
+++ b/plugins/clang/configure.ac
@@ -9,7 +9,7 @@ AC_ARG_ENABLE([clang-plugin],
AS_IF([test "$enable_clang_plugin" != "no"],[
real_enable_clang_plugin=$enable_clang_plugin
enable_clang_plugin=no
- AC_CHECK_PROGS([LLVM_CONFIG], [llvm-config-3.5 llvm-config35 llvm-config], [])
+ AC_CHECK_PROGS([LLVM_CONFIG], [llvm-config-3.7 llvm-config37 llvm-config-3.6 llvm-config36
llvm-config-3.5 llvm-config35 llvm-config], [])
AS_IF([test "x$LLVM_CONFIG" = "x"],[],[
CLANG_INCLUDEDIR=`$LLVM_CONFIG --includedir`
CLANG_CFLAGS="-I$CLANG_INCLUDEDIR"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]