# HG changeset patch # User Sam Lantinga # Date 1295479681 28800 # Node ID 3ce345cc46f83218fb079648258c3bbb742bbf94 # Parent ff8873816c303cb14cafe868cd11330dafe9c16b Fixed using the native iconv library diff -r ff8873816c30 -r 3ce345cc46f8 configure.in --- a/configure.in Wed Jan 19 15:02:11 2011 -0800 +++ b/configure.in Wed Jan 19 15:28:01 2011 -0800 @@ -2679,12 +2679,6 @@ 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 diff -r ff8873816c30 -r 3ce345cc46f8 include/SDL_config.h.in --- a/include/SDL_config.h.in Wed Jan 19 15:02:11 2011 -0800 +++ b/include/SDL_config.h.in Wed Jan 19 15:28:01 2011 -0800 @@ -159,6 +159,7 @@ #undef HAVE_CLOCK_GETTIME #undef HAVE_GETPAGESIZE #undef HAVE_MPROTECT +#undef HAVE_ICONV #else /* We may need some replacement for stdarg.h here */