*** empty log message ***

This commit is contained in:
Sam Lantinga 2004-02-08 22:21:30 +00:00
parent c1c213d8b0
commit 8c3c688f81

View File

@ -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-*-*)