From be96bc2ea7a319925186ac76c86b3b6fc36d3034 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 8 Feb 2004 22:21:30 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 457c62fd7..faad1558d 100644 --- a/configure.in +++ b/configure.in @@ -86,7 +86,7 @@ if test x$enable_debug != xyes; then case "$target" in i486-*-*) if test x$ac_cv_prog_gcc = xyes; then - CFLAGS="$CFLAGS -march=486" + CFLAGS="$CFLAGS -march=i486" fi ;; i?86-*-*)