diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-01-19 15:28:01 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-01-19 15:28:01 -0800 |
commit | f69bce69994e4c213f0fbbe61070ba9e2610d41b (patch) | |
tree | 13f91d8c4ae5dd63e1131cc964845053cb5536e0 /configure.in | |
parent | 7c85ff217e56ff1b456fe178c31ed496ca0597fe (diff) |
Fixed using the native iconv library
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index eb832559..e6195818 100644 --- a/configure.in +++ b/configure.in @@ -2679,12 +2679,6 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_CARBON" EXTRA_CFLAGS="$EXTRA_CFLAGS -DTARGET_API_MAC_OSX" - # HACK: Reset EXTRA_LDFLAGS; the only thing it contains at this point - # is -lm which is not needed under Mac OS X. But for some reasons it - # also tends to contain spurious -L switches, which we don't want to - # use here or in sdl-config. Hence we reset it. - EXTRA_LDFLAGS="" - CheckVisibilityHidden CheckDummyVideo CheckDiskAudio |