# HG changeset patch # User Sam Lantinga # Date 1076278890 0 # Node ID 3c609d54f100a56c1d8c3226db67058a159c6775 # Parent ff1058d642dc16cab61f3e913fbd85204ee45d4a *** empty log message *** diff -r ff1058d642dc -r 3c609d54f100 configure.in --- a/configure.in Sat Feb 07 11:25:56 2004 +0000 +++ b/configure.in Sun Feb 08 22:21:30 2004 +0000 @@ -86,7 +86,7 @@ case "$target" in i486-*-*) if test x$ac_cv_prog_gcc = xyes; then - CFLAGS="$CFLAGS -march=486" + CFLAGS="$CFLAGS -march=i486" fi ;; i?86-*-*)