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:
-rw-r--r--main/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/configure.in b/main/configure.in
index 49019ce4c7..8c170dec7a 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -191,8 +191,8 @@ AM_CONDITIONAL(ENABLE_GIT, test x$enable_git = xyes)
AC_ARG_ENABLE(release,
AC_HELP_STRING([--enable-release],
- [build release mode [default=yes]]),
- enable_release=${enableval}, enable_release=yes)
+ [build release mode [default=no]]),
+ enable_release=${enableval}, enable_release=no)
AM_CONDITIONAL(RELEASE_BUILDS, [test x$enable_release = xyes])