--- configure.old 2004-12-24 15:24:15.055125952 +0900 +++ configure 2004-12-24 15:25:14.480091984 +0900 @@ -6308,10 +6308,6 @@ # Checking for CFLAGS _stripbinaries=yes if test "$_profile" != "" || test "$_debug" != "" ; then - CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile" - if test "$_cc_major" -ge "3" ; then - CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'` - fi _stripbinaries=no elif test -z "$CFLAGS" ; then CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"