Commit cafb1ab2 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402244
parent 880be03a
...@@ -124,7 +124,14 @@ if test x$enable_libc = xyes; then ...@@ -124,7 +124,14 @@ if test x$enable_libc = xyes; then
fi fi
dnl Checks for library functions. dnl Checks for library functions.
case "$host" in
*-*-cygwin* | *-*-mingw32*)
;;
*)
AC_FUNC_ALLOCA AC_FUNC_ALLOCA
;;
esac
AC_FUNC_MEMCMP AC_FUNC_MEMCMP
if test x$ac_cv_func_memcmp_working = xyes; then if test x$ac_cv_func_memcmp_working = xyes; then
AC_DEFINE(HAVE_MEMCMP) AC_DEFINE(HAVE_MEMCMP)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment