Mercurial > sdl-ios-xcode
comparison configure.in @ 1456:84de7511f79f
Fixed a bunch of 64-bit compatibility problems
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 01 Mar 2006 09:43:47 +0000 |
parents | b7184889c1cb |
children | 1e8582152d44 |
comparison
equal
deleted
inserted
replaced
1455:f487bb150acc | 1456:84de7511f79f |
---|---|
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 _i64toa _ui64toa strtoll atoi atof strcmp strncmp stricmp strcasecmp sscanf snprintf vsnprintf 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 sscanf snprintf vsnprintf 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 |