configure.ac: Print some llvm info

This commit is contained in:
Jakob Bornecrantz
2010-04-28 13:38:58 +01:00
parent 1fa7789e82
commit fe0fe67aaf

View File

@@ -1499,6 +1499,15 @@ fi
fi
echo " Use XCB: $enable_xcb"
echo ""
if test "x$MESA_LLVM" == x1; then
echo " llvm: yes"
echo " llvm-config: $LLVM_CONFIG"
echo " llvm-version: $LLVM_VERSION"
else
echo " llvm: no"
fi
echo ""
if echo "$SRC_DIRS" | grep 'gallium' >/dev/null 2>&1; then
echo " Gallium: yes"