Accept lesser mmaps

svn path=/trunk/; revision=7356
This commit is contained in:
Matthias Clasen 2008-08-15 03:41:14 +00:00
parent 034b4a5aa7
commit d94f2b42be
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2008-08-14 Matthias Clasen <mclasen@redhat.com>
Bug 547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict,
and unnecessary
* configure.in: Be a little bit more forgiving when checking
for mmap. Patch by Peter O'Gorman
2008-08-13 Matthias Clasen <mclasen@redhat.com>
Bug 547337 G_DISABLE_DEPRECATED breaks tests build

View File

@ -554,8 +554,8 @@ AC_HEADER_STDC
# Checks for library functions.
AC_FUNC_VPRINTF
AC_FUNC_MMAP
AC_FUNC_ALLOCA
AC_CHECK_FUNCS(mmap)
AC_CHECK_FUNCS(posix_memalign)
AC_CHECK_FUNCS(memalign)
AC_CHECK_FUNCS(valloc)