summaryrefslogtreecommitdiff
path: root/m4/xine.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/xine.m4')
-rw-r--r--m4/xine.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/xine.m4 b/m4/xine.m4
index 3f361bfbd..316ca4918 100644
--- a/m4/xine.m4
+++ b/m4/xine.m4
@@ -210,4 +210,6 @@ main ()
dnl Make sure HAVE_STRSEP, HAVE_SETENV and HAVE_STRPBRK are defined as
dnl necessary.
AC_CHECK_FUNCS([strsep strpbrk setenv])
+dnl alloca (in public macro) and MinGW
+ AC_CHECK_HEADERS([malloc.h])
])