# HG changeset patch # User Sam Lantinga # Date 1151338851 0 # Node ID 40b43a80adb5e64fc929987b0ad27a4266afc249 # Parent 2c22f13519416733550adf545500b760f87da278 Fixed libiconv detection diff -r 2c22f1351941 -r 40b43a80adb5 configure.in --- a/configure.in Mon Jun 26 16:15:21 2006 +0000 +++ b/configure.in Mon Jun 26 16:20:51 2006 +0000 @@ -135,6 +135,7 @@ fi AC_CHECK_FUNCS(malloc calloc realloc free getenv putenv unsetenv qsort abs bcopy memset memcpy memmove strlen strlcpy strlcat strdup _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa _uitoa _ultoa strtol strtoul _i64toa _ui64toa strtoll strtoull atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp sscanf snprintf vsnprintf iconv sigaction setjmp nanosleep) + AC_CHECK_LIB(iconv, libiconv_open, [EXTRA_LDFLAGS="$EXTRA_LDFLAGS -liconv"]) AC_CHECK_LIB(m, pow, [EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lm"]) fi