summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-01 21:31:01 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-01 21:31:01 +0000
commit240f24e01372201d44115e945edb39d91a6cc1be (patch)
tree4d9e0b6b33c44b95fffda8d21bccecc4d92936f8 /configure
parent0feef828e182f5b644d1d33a9ff3c54fc326b740 (diff)
downloadqemu-240f24e01372201d44115e945edb39d91a6cc1be.tar.gz
Fix Makefile weirdness.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2285 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index cc4bd3fa9e..70d557a5da 100755
--- a/configure
+++ b/configure
@@ -243,11 +243,6 @@ for opt do
esac
done
-# Checking for CFLAGS
-if test -z "$CFLAGS"; then
- CFLAGS="-O2"
-fi
-
if test x"$show_help" = x"yes" ; then
cat << EOF