diff --git a/configure b/configure index 67b9fce2f2f87e713ca55f8bca23f57826dff049..3fbfc4aeeedb0bf8ac9144d4d081dd46cb6a52e8 100755 --- a/configure +++ b/configure @@ -771,7 +771,7 @@ if test "$altivec" = "yes" ; then if test "$_altivec_h" = "yes" ; then echo "#define HAVE_ALTIVEC_H 1" >> $TMPH else - echo "#undef HAVE_ALTIVEC_H 1" >> $TMPH + echo "#undef HAVE_ALTIVEC_H" >> $TMPH fi fi if test "$gprof" = "yes" ; then