changeset 17001:d7794234ab7e

Remove stray \n and shorten overly long lines in the process.
author diego
date Thu, 17 Nov 2005 11:07:29 +0000
parents 7367ca4314d8
children 446e03f55a76
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Nov 17 11:06:38 2005 +0000
+++ b/configure	Thu Nov 17 11:07:29 2005 +0000
@@ -985,7 +985,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. CPU not recognized or your compiler is too old."
       _mcpu=""
       _march=""
       _optimizing=""
@@ -1092,7 +1092,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. CPU not recognized or your compiler is too old."
         _mcpu=""
         _march=""
       fi