Un-break feature detection for Altivec, so that the Altivec tests
get built properly.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11333 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/configure.in b/configure.in
index 7bc9034..f04377d 100644
--- a/configure.in
+++ b/configure.in
@@ -927,14 +927,14 @@
 [
 ac_have_altivec=yes
 AC_MSG_RESULT([yes])
+AC_DEFINE([HAVE_ALTIVEC], 1,
+          [Define to 1 if gcc/as can do Altivec.])
 ], [
 ac_have_altivec=no
 AC_MSG_RESULT([no])
 ])
 CFLAGS=$safe_CFLAGS
 
-AM_CONDITIONAL([HAS_ALTIVEC], [test x$ac_have_altivec = xyes])
-AM_CONDITIONAL([HAVE_ALTIVEC_H], [test x$ac_have_altivec = xyes])
 
 
 # Check for pthread_create@GLIBC2.0