summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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