Mercurial > sdl-ios-xcode
comparison configure.in @ 1510:720f8bb49d7d
Win32 fixes
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 13 Mar 2006 02:06:33 +0000 |
parents | 73dc5d39bbf8 |
children | 845b1619c8f6 |
comparison
equal
deleted
inserted
replaced
1509:678d105d4492 | 1510:720f8bb49d7d |
---|---|
114 fi | 114 fi |
115 AC_FUNC_STRTOD | 115 AC_FUNC_STRTOD |
116 if test x$ac_cv_func_strtod = xyes; then | 116 if test x$ac_cv_func_strtod = xyes; then |
117 AC_DEFINE(HAVE_STRTOD) | 117 AC_DEFINE(HAVE_STRTOD) |
118 fi | 118 fi |
119 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 strncasecmp sscanf snprintf vsnprintf iconv sigaction setjmp nanosleep) | 119 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 strncasecmp sscanf snprintf vsnprintf iconv sigaction setjmp nanosleep) |
120 | 120 |
121 AC_CHECK_LIB(m, pow, [BUILD_LDFLAGS="$BUILD_LDFLAGS -lm"]) | 121 AC_CHECK_LIB(m, pow, [BUILD_LDFLAGS="$BUILD_LDFLAGS -lm"]) |
122 fi | 122 fi |
123 | 123 |
124 if test x$have_inttypes != xyes; then | 124 if test x$have_inttypes != xyes; then |