summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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