Mercurial > mplayer.hg
diff configure @ 700:c7a85e85f292
CFLAGS thing bugfixed
author | arpi_esp |
---|---|
date | Sat, 05 May 2001 15:37:11 +0000 |
parents | 6612e7cac0aa |
children | caf498160368 |
line wrap: on
line diff
--- a/configure Sat May 05 14:59:52 2001 +0000 +++ b/configure Sat May 05 15:37:11 2001 +0000 @@ -803,8 +803,8 @@ 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