comparison configure @ 700:c7a85e85f292

CFLAGS thing bugfixed
author arpi_esp
date Sat, 05 May 2001 15:37:11 +0000
parents 6612e7cac0aa
children caf498160368
comparison
equal deleted inserted replaced
699:a0bd25f1165b 700:c7a85e85f292
801 if [ $_png = yes ]; then 801 if [ $_png = yes ]; then
802 _libpng='-lpng -lz' 802 _libpng='-lpng -lz'
803 fi 803 fi
804 804
805 # Checking for CFLAGS 805 # Checking for CFLAGS
806 if test "$CFLAGS" = ""; then 806 if [ "$CFLAGS" = "" ]; then
807 CFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -ffast-math 807 CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math"
808 fi 808 fi
809 809
810 echo 810 echo
811 echo "Creating $MCONF" 811 echo "Creating $MCONF"
812 cat > $MCONF << EOF 812 cat > $MCONF << EOF