From f9fff34c639a65b8322f8cd0185679052a2d20d1 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 17 Nov 2005 11:07:29 +0000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f6bbaf6283..045e06e0e3 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3