Add System.Xml.Linq to the dotnet.pkg
[mono.git] / configure.in
index f0cca4a5ae2a9e043c09aee8776f8944ff46f319..dd09f8fa3c776e0ca0051bd2af4359e86da78d31 100644 (file)
@@ -2452,7 +2452,7 @@ if test "x$enable_llvm" = "xyes"; then
    llvm_version=`$LLVM_CONFIG --version`
    major_version=`echo $llvm_version | cut -c 1`
    minor_version=`echo $llvm_version | cut -c 3`
-   llvm_api_version=`$LLVM_CONFIG --mono-api-version 2>&1`
+   llvm_api_version=`$LLVM_CONFIG --mono-api-version 2>/dev/null`
    AC_MSG_CHECKING(LLVM version)
    AC_MSG_RESULT($llvm_version)
    if echo $llvm_version | grep -q 'mono'; then