From 28a1211bac9fa09def492d8f4916be8fe7709013 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 26 Aug 2007 12:17:36 +0000 Subject: Remove unused _def_altivec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24209 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f0e993bcac..8ed9aeee01 100755 --- a/configure +++ b/configure @@ -2475,14 +2475,6 @@ EOF #_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 -- cgit v1.2.3