summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-10-05 11:19:03 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-10-13 12:56:12 +0100
commit9032e2cdcc5e356bb343bbc64f5e8889827fbe28 (patch)
tree8d295a294a0edd06428c1904fb8414e966663cf1 /configure.ac
parent66ebdfbd44cb62c58a7711fb72566f07d801809a (diff)
configure.ac: remove no longer necessary llvm-config --libs check
Prior to the refactor/cleanup by Tobias one could add an invalid component to LLVM_COMPONENTS. Since that's no longer the case we can drop the current check. Cc: Tobias Droste <tdroste@gmx.de> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Tobias Droste <tdroste@gmx.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ac641e65366..898eebf3e0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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