# HG changeset patch # User arpi_esp # Date 989077031 0 # Node ID c7a85e85f292ba365f98bc15ed3645a1c3399c13 # Parent a0bd25f1165b118d511c99ec57e19672925fd99f CFLAGS thing bugfixed diff -r a0bd25f1165b -r c7a85e85f292 configure --- 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