summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-10 13:09:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-10 13:09:39 +0000
commite2023a903771f84c5054505de2fc519395e5eff6 (patch)
tree0c17b3cec4e4e8543034a9480f31d9bc2d9808c7
parentb6225fc8ae3d70448d0deb15ad960f2dd4df2590 (diff)
downloadmpv-e2023a903771f84c5054505de2fc519395e5eff6.tar.bz2
mpv-e2023a903771f84c5054505de2fc519395e5eff6.tar.xz
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
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 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__"