summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-17 11:07:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-17 11:07:29 +0000
commitf9fff34c639a65b8322f8cd0185679052a2d20d1 (patch)
tree3bb9cb8e7a86e64abc651e320f9d770061de115a /configure
parenta9481a7bdc33fb24739069878a540fcb17911c19 (diff)
downloadmpv-f9fff34c639a65b8322f8cd0185679052a2d20d1.tar.bz2
mpv-f9fff34c639a65b8322f8cd0185679052a2d20d1.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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