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:
authorJacob Ilsø Christensen <jacobilsoe@mono-cvs.ximian.com>2006-12-01 23:34:36 +0300
committerJacob Ilsø Christensen <jacobilsoe@mono-cvs.ximian.com>2006-12-01 23:34:36 +0300
commita699fe8d8fceddbc82f24caca1cbdeede779c64f (patch)
tree96af8a464af0c442a8f6ce2e0f66160ccea06762
parentedf2375622f8768bddd1eb57cec2bae3e70c7b2a (diff)
2006-12-01 Jacob Ilsø Christensen <jacobilsoe@gmail.com>
* configure.in: Fixed $enable_subversion typo. svn path=/trunk/monodevelop/; revision=68844
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0624f604ad..f428c236ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-01 Jacob Ilsø Christensen <jacobilsoe@gmail.com>
+
+ * configure.in: Fixed $enable_subversion typo.
+
2006-11-28 Andrés G. Aragoneses <knocte@gmail.com>
* configure.in: Added a fallback search for MOZILLA_HOME, that is in
diff --git a/configure.in b/configure.in
index 01e86a4570..2f6e3b325a 100644
--- a/configure.in
+++ b/configure.in
@@ -428,7 +428,7 @@ echo " * NUnit support: $enable_nunit"
echo " * Mono class library development extensions: $enable_monoextensions"
echo " * Version control support: $enable_versioncontrol"
echo " * Providers:"
-echo " * Subversion: $enable_versioncontrol"
+echo " * Subversion: $enable_subversion"
echo " * ASP.NET project support: $enable_aspnet"
echo " * ASP.NET Visual Designer: $enable_aspnetedit"
echo " * Web References: yes"