configure: add support for LLVM 4.0.0svn static libs
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Wed, 27 Jul 2016 11:36:16 +0000 (13:36 +0200)
committerMichel Dänzer <michel@daenzer.net>
Fri, 29 Jul 2016 07:24:03 +0000 (16:24 +0900)
Signed-off-by: Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0x9b@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
configure.ac

index f6b27ae086ab7c300eff54bc500d7ccedf0ed6d5..7d1a9bb8dd467beae21fb102479131bea60d4942 100644 (file)
@@ -2535,7 +2535,7 @@ if test "x$MESA_LLVM" != x0; then
         AC_MSG_WARN([Building mesa with statically linked LLVM may cause compilation issues])
         dnl We need to link to llvm system libs when using static libs
         dnl However, only llvm 3.5+ provides --system-libs
-        if test $LLVM_VERSION_MAJOR -eq 3 -a $LLVM_VERSION_MINOR -ge 5; then
+        if test $LLVM_VERSION_MAJOR -ge 4 -o $LLVM_VERSION_MAJOR -eq 3 -a $LLVM_VERSION_MINOR -ge 5; then
             LLVM_LIBS="$LLVM_LIBS `$LLVM_CONFIG --system-libs`"
         fi
     fi