Remove stray \n and shorten overly long lines in the process.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17002 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-11-17 11:07:29 +00:00
parent a9481a7bdc
commit f9fff34c63
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -985,7 +985,7 @@ EOF
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. CPU not recognized or your compiler is too old."
_mcpu=""
_march=""
_optimizing=""
@ -1092,7 +1092,7 @@ EOF
_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. CPU not recognized or your compiler is too old."
_mcpu=""
_march=""
fi