configure.ac: remove no longer necessary llvm-config --libs check
[mesa.git] / configure.ac
index ac641e6536640aabf0c691aa24cea17beef07902..898eebf3e0af978c9f183385109dc348d80be985 100644 (file)
@@ -2659,9 +2659,6 @@ if test "x$enable_llvm" = xyes; then
     dnl this was causing the same libraries to be appear multiple times
     dnl in LLVM_LIBS.
 
-    if ! $LLVM_CONFIG --libs ${LLVM_COMPONENTS} >/dev/null; then
-       AC_MSG_ERROR([Calling ${LLVM_CONFIG} failed])
-    fi
     LLVM_LIBS="`$LLVM_CONFIG --libs ${LLVM_COMPONENTS}`"
 
     if test "x$enable_llvm_shared_libs" = xyes; then