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