summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure b/configure
index 081a3fecc4..897df1029b 100755
--- a/configure
+++ b/configure
@@ -213,12 +213,11 @@ else
source_path_used="yes"
fi
-# generate compile errors on warnings for development builds
-if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then
-werror="yes";
-else
werror="no"
-fi
+# generate compile errors on warnings for development builds
+#if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then
+#werror="yes";
+#fi
for opt do
optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`