Mercurial > sdl-ios-xcode
comparison configure.in @ 5041:3ce345cc46f8
Fixed using the native iconv library
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jan 2011 15:28:01 -0800 |
parents | ff8873816c30 |
children | 1cee937d9fcc |
comparison
equal
deleted
inserted
replaced
5040:ff8873816c30 | 5041:3ce345cc46f8 |
---|---|
2677 | 2677 |
2678 # Mac OS X builds with both the Carbon and OSX APIs at the moment | 2678 # Mac OS X builds with both the Carbon and OSX APIs at the moment |
2679 EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_CARBON" | 2679 EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_CARBON" |
2680 EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_OSX" | 2680 EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_OSX" |
2681 | 2681 |
2682 # HACK: Reset EXTRA_LDFLAGS; the only thing it contains at this point | |
2683 # is -lm which is not needed under Mac OS X. But for some reasons it | |
2684 # also tends to contain spurious -L switches, which we don't want to | |
2685 # use here or in sdl-config. Hence we reset it. | |
2686 EXTRA_LDFLAGS="" | |
2687 | |
2688 CheckVisibilityHidden | 2682 CheckVisibilityHidden |
2689 CheckDummyVideo | 2683 CheckDummyVideo |
2690 CheckDiskAudio | 2684 CheckDiskAudio |
2691 CheckDummyAudio | 2685 CheckDummyAudio |
2692 CheckDLOPEN | 2686 CheckDLOPEN |