summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index a27d0eb399..01bb31e926 100755
--- a/configure
+++ b/configure
@@ -1995,14 +1995,14 @@ cat > $TMPC << EOF
#include <altivec.h>
int main(void) { return 0; }
EOF
-_altivec=no
-cc_check && _altivec=yes
-if test "$_altivec" = yes ; then
+_have_altivec_h=no
+cc_check && _have_altivec_h=yes
+if test "$_have_altivec_h" = yes ; then
_def_altivec_h='#define HAVE_ALTIVEC_H 1'
else
_def_altivec_h='#undef HAVE_ALTIVEC_H'
fi
-echores "$_altivec"
+echores "$_have_altivec_h"
else
_def_altivec_h='#undef HAVE_ALTIVEC_H'
fi