Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2013-11-18 08:32:05 +0400
committerZoltan Varga <vargaz@gmail.com>2013-11-18 08:32:05 +0400
commit31d92920135e1261f201c4c35eb90c7876aa9e51 (patch)
treec94eb537dcb1d40a300281afef00b6a31855ebfa /configure.in
parent07d6cfef02b6072b6ae9968791baf0d9a89b576d (diff)
Fix the previous commit.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ed7fab284ed..7379d27d42a 100644
--- a/configure.in
+++ b/configure.in
@@ -2426,7 +2426,7 @@ if test "x$enable_llvm" = "xyes"; then
fi
LLVM_LIBS="$LLVM_LDFLAGS $LLVM_LIBS -lstdc++"
- expected_llvm_version="3.4svn-mono-mono4/e656cac"
+ expected_llvm_version="3.4svn-mono-mono/e656cac"
# Should be something like '2.6' or '2.7svn'
llvm_version=`$LLVM_CONFIG --version`