Mercurial > sdl-ios-xcode
comparison configure.in @ 3901:3a7248359cdd SDL-1.2
Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 01 Dec 2006 20:26:06 +0000 |
parents | 636320238bc8 |
children | 8a3a0f1179f3 |
comparison
equal
deleted
inserted
replaced
3900:ce3a2bd11305 | 3901:3a7248359cdd |
---|---|
122 fi | 122 fi |
123 have_inttypes=yes | 123 have_inttypes=yes |
124 fi | 124 fi |
125 | 125 |
126 dnl Checks for library functions. | 126 dnl Checks for library functions. |
127 AC_FUNC_ALLOCA | 127 case "$host" in |
128 *-*-cygwin* | *-*-mingw32*) | |
129 ;; | |
130 *) | |
131 AC_FUNC_ALLOCA | |
132 ;; | |
133 esac | |
134 | |
128 AC_FUNC_MEMCMP | 135 AC_FUNC_MEMCMP |
129 if test x$ac_cv_func_memcmp_working = xyes; then | 136 if test x$ac_cv_func_memcmp_working = xyes; then |
130 AC_DEFINE(HAVE_MEMCMP) | 137 AC_DEFINE(HAVE_MEMCMP) |
131 fi | 138 fi |
132 AC_FUNC_STRTOD | 139 AC_FUNC_STRTOD |