# HG changeset patch # User reimar # Date 1188130656 0 # Node ID dfb10921490bdff3a21ac2f9b3c2393341085cbd # Parent 2bf8d87447d7f35ec59813340c7a3a2705d4ee5f Remove unused _def_altivec diff -r 2bf8d87447d7 -r dfb10921490b configure --- a/configure Sun Aug 26 12:12:02 2007 +0000 +++ b/configure Sun Aug 26 12:17:36 2007 +0000 @@ -2475,14 +2475,6 @@ #_mcpu="$_mcpu $_altivec_gcc_flags" CFLAGS="$CFLAGS $_altivec_gcc_flags" fi - - # setup _def_altivec correctly - - if test "$_altivec" = yes ; then - _def_altivec='#define HAVE_ALTIVEC 1' - else - _def_altivec='#undef HAVE_ALTIVEC' - fi fi if arm ; then