comparison configure @ 25332:d4e5e2351edb

Do not set -DSYS_DARWIN, it is unused.
author diego
date Tue, 11 Dec 2007 20:32:50 +0000
parents 4995bef769cf
children 745963b7d417
comparison
equal deleted inserted replaced
25331:4995bef769cf 25332:d4e5e2351edb
7456 _libs_mplayer=$_ld_tmp 7456 _libs_mplayer=$_ld_tmp
7457 7457
7458 7458
7459 ############################################################################# 7459 #############################################################################
7460 if darwin ; then 7460 if darwin ; then
7461 CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc" 7461 CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
7462 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then 7462 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
7463 CFLAGS="$CFLAGS -no-cpp-precomp" 7463 CFLAGS="$CFLAGS -no-cpp-precomp"
7464 fi 7464 fi
7465 fi 7465 fi
7466 if amigaos ; then 7466 if amigaos ; then