Mercurial > sdl-ios-xcode
comparison configure.in @ 1715:364df7679e6b SDL-1.3
Fixed libiconv detection
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 26 Jun 2006 16:21:06 +0000 |
parents | b025e419d344 |
children | 6c63fc2bd986 |
comparison
equal
deleted
inserted
replaced
1714:b025e419d344 | 1715:364df7679e6b |
---|---|
133 if test x$ac_cv_func_strtod = xyes; then | 133 if test x$ac_cv_func_strtod = xyes; then |
134 AC_DEFINE(HAVE_STRTOD) | 134 AC_DEFINE(HAVE_STRTOD) |
135 fi | 135 fi |
136 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) | 136 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) |
137 | 137 |
138 AC_CHECK_LIB(iconv, libiconv_open, [EXTRA_LDFLAGS="$EXTRA_LDFLAGS -liconv"]) | |
138 AC_CHECK_LIB(m, pow, [EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lm"]) | 139 AC_CHECK_LIB(m, pow, [EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lm"]) |
139 fi | 140 fi |
140 | 141 |
141 if test x$have_inttypes != xyes; then | 142 if test x$have_inttypes != xyes; then |
142 AC_CHECK_SIZEOF(char, 1) | 143 AC_CHECK_SIZEOF(char, 1) |