Mercurial > mplayer.hg
changeset 700:c7a85e85f292
CFLAGS thing bugfixed
author | arpi_esp |
---|---|
date | Sat, 05 May 2001 15:37:11 +0000 |
parents | a0bd25f1165b |
children | 14c720e7b85c |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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