[gnome-builder] build: allow building with llvm 3.9 and svn trunk



commit 175496854dab1e90bc6dbe43a3135abc629d6a4d
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Tue Nov 15 14:33:06 2016 +0800

    build: allow building with llvm 3.9 and svn trunk
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774455

 plugins/clang/configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/clang/configure.ac b/plugins/clang/configure.ac
index 5f02082..bd9c132 100644
--- a/plugins/clang/configure.ac
+++ b/plugins/clang/configure.ac
@@ -10,11 +10,13 @@ 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.9 llvm-config39 \
                llvm-config-3.8 llvm-config38 \
                llvm-config-3.7 llvm-config37 \
                llvm-config-3.6 llvm-config36 \
                llvm-config-3.5 llvm-config35 \
-               llvm-config], [])
+               llvm-config \
+               llvm-config-4.0 llvm-config-devel], [])
        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]