summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-05 15:37:11 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-05 15:37:11 +0000
commit63476915e58db367194d78c4ad4a6f793bb5d782 (patch)
tree88c01019590a8075bce57729e9dd3b726c84d44a /configure
parent1e768c6842ac40c8fcd9fb12417cc927af8b3cd4 (diff)
downloadmpv-63476915e58db367194d78c4ad4a6f793bb5d782.tar.bz2
mpv-63476915e58db367194d78c4ad4a6f793bb5d782.tar.xz
CFLAGS thing bugfixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@701 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 80a1a6fef1..5d12402529 100755
--- a/configure
+++ b/configure
@@ -803,8 +803,8 @@ if [ $_png = yes ]; then
fi
# Checking for CFLAGS
-if test "$CFLAGS" = ""; then
- CFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -ffast-math
+if [ "$CFLAGS" = "" ]; then
+ CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math"
fi
echo