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:
Diffstat (limited to 'main/autogen.sh')
-rwxr-xr-xmain/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/autogen.sh b/main/autogen.sh
index 008df44421..9d61e88873 100755
--- a/main/autogen.sh
+++ b/main/autogen.sh
@@ -70,7 +70,7 @@ echo "Running autoconf ..."
WANT_AUTOCONF="2.5" autoconf || { echo "**Error**: autoconf failed."; exit 1; }
-conf_flags="--enable-maintainer-mode --enable-compile-warnings"
+conf_flags="--enable-maintainer-mode"
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...