mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Accept lesser mmaps
svn path=/trunk/; revision=7356
This commit is contained in:
parent
034b4a5aa7
commit
d94f2b42be
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user