From e2023a903771f84c5054505de2fc519395e5eff6 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 10 Apr 2009 13:09:39 +0000 Subject: gcc <3.1 is unsupported on Darwin, no need to check for this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29162 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index c3b63513e7..cb1aef07d6 100755 --- a/configure +++ b/configure @@ -8002,9 +8002,6 @@ libs_mplayer=$_ld_tmp ############################################################################# if darwin ; then CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc" - if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then - CFLAGS="$CFLAGS -no-cpp-precomp" - fi fi if amigaos ; then CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__" -- cgit v1.2.3