changeset 22705:f8fe4c872e9e

Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added unconditionally three lines above ...
author diego
date Sun, 18 Mar 2007 19:38:43 +0000
parents ea1ea68543ca
children 0dac05acfdc1
files configure
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Mar 18 17:38:09 2007 +0000
+++ b/configure	Sun Mar 18 19:38:43 2007 +0000
@@ -7186,9 +7186,6 @@
   if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
     CFLAGS="$CFLAGS -no-cpp-precomp"
   fi
-
-  # libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on Darwin/MacOSX
-  test "$_altivec" = yes && CFLAGS="$CFLAGS -DCONFIG_DARWIN"
 fi
 if amigaos ; then
   CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__ -DSYS_AMIGAOS4"