changeset 26806:6b9905629396

Output a better informative message if no AltiVec CFLAGS can be found.
author diego
date Mon, 19 May 2008 05:41:49 +0000
parents 9ee2a073c09c
children 1b34360d41de
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon May 19 05:40:19 2008 +0000
+++ b/configure	Mon May 19 05:41:49 2008 +0000
@@ -2425,7 +2425,7 @@
     cc_check -maltivec -mabi=altivec \
         && _altivec_gcc_flags="-maltivec -mabi=altivec" \
         || { cc_check -faltivec && _altivec_gcc_flags=-faltivec ; } \
-        || _altivec=no
+        || { _altivec=no && _altivec_gcc_flags="none, AltiVec disabled" ; }
     echores "$_altivec_gcc_flags"
 
     # check if <altivec.h> should be included