comparison configure.in @ 3049:ed67e93944b1

More Mac OS X 10.3.9 fixes
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Jan 2009 15:58:57 +0000
parents 77c3e67f0740
children 1c85c44557de
comparison
equal deleted inserted replaced
3048:b717ce4dfe36 3049:ed67e93944b1
2660 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c" 2660 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c"
2661 have_timers=yes 2661 have_timers=yes
2662 fi 2662 fi
2663 # The Mac OS X platform requires special setup. 2663 # The Mac OS X platform requires special setup.
2664 EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings" 2664 EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings"
2665 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lobjc"
2665 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" 2666 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa"
2666 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" 2667 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon"
2667 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,IOKit" 2668 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,IOKit"
2668 # If either the audio or CD driver is used, add the AudioUnit framework 2669 # If either the audio or CD driver is used, add the AudioUnit framework
2669 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then 2670 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then