Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.1097 diff -u -r1.1097 configure --- configure 4 Nov 2005 01:01:19 -0000 1.1097 +++ configure 5 Nov 2005 02:11:37 -0000 @@ -981,7 +981,7 @@ cc_check -march=$proc $cpuopt=$proc || proc=error fi if test "$proc" = "error" ; then - echores "CPU optimization disabled.\nYou have an old compiler and/or configure does not recognize your CPU." + echores "CPU optimization disabled. You have an old compiler and/or configure does not recognize your CPU." _mcpu="" _march="" _optimizing="" @@ -1088,7 +1088,7 @@ _march="-march=$proc" _mcpu="$cpuopt=$proc" if test "$proc" = "error" ; then - echores "CPU optimization disabled.\nYou have an old compiler and/or configure does not recognize your CPU." + echores "CPU optimization disabled. You have an old compiler and/or configure does not recognize your CPU." _mcpu="" _march="" fi