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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTherzok <teromario@yahoo.com>2013-10-28 10:25:13 +0400
committerTherzok <teromario@yahoo.com>2013-10-28 10:25:38 +0400
commit869fd73858a02d783151ae753ae8f8db7c5414a9 (patch)
treede93a8d90a4bfdf96f91d27670a97919408534f5 /main/configure.in
parent069496b620eca4fc39788b253ad90622affa3ac1 (diff)
[Docs] Update README to match configure.
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/configure.in b/main/configure.in
index d748785bb5..abdfe11bf1 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -97,7 +97,6 @@ if test "x$MSGMERGE" = "xno"; then
AC_MSG_ERROR([You need to install msgmerge from intltool])
fi
-MONO_REQUIRED_VERSION=2.8
PKG_CHECK_MODULES(UNMANAGED_DEPENDENCIES_MONO,mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
if test "x$has_mono" = "xfalse"; then