summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-11 20:24:30 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-11 20:24:30 +0000
commit0d1e239407c73a90a32c8e2f5e1fe4e9cc10ca1f (patch)
tree79869a3c15f796b92a646d1ddbf2df58691a884c /configure
parent984b19451bc97685ed55c4090dd0caf10b0d96e9 (diff)
downloadqemu-0d1e239407c73a90a32c8e2f5e1fe4e9cc10ca1f.tar.gz
better to disable -Werror by default as 64 bit hosts still have warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3620 c046a42c-6fe2-441c-8c8c-71466251a162
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[^=]*=\(.*\)'`