Mercurial > mplayer.hg
changeset 29122:b8afbb8afe61
gcc <3.1 is unsupported on Darwin, no need to check for this.
author | diego |
---|---|
date | Fri, 10 Apr 2009 13:09:39 +0000 |
parents | bae666342ba9 |
children | 4b5ba9cc3329 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Apr 10 10:13:41 2009 +0000 +++ b/configure Fri Apr 10 13:09:39 2009 +0000 @@ -8002,9 +8002,6 @@ ############################################################################# 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__"