summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-02 19:11:29 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-02 19:11:29 +0000
commit4d061c1b6191e7d4071240b36822c75a8550bf0f (patch)
tree8877bd9574f81664f12c22ed62b5dc2f730d2864 /configure.ac
parentfd77fc4d19f8fe25dcd1e2a7f8b1f950b2b89c25 (diff)
downloadlibgpod-4d061c1b6191e7d4071240b36822c75a8550bf0f.tar.gz
libgpod-4d061c1b6191e7d4071240b36822c75a8550bf0f.tar.xz
libgpod-4d061c1b6191e7d4071240b36822c75a8550bf0f.zip
2005-11-02 Christophe Fergeau <teuf@gnome.org>
* configure.ac: * src/db-artwork-writer.c: (ipod_buffer_grow_mapping), (ipod_buffer_maybe_grow): added fallback code for systems not having mremap (pretty much all non-linux systems actually) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1136 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 452dc2a..8642b01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,7 @@ AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INTLTOOL([0.21])
+AC_CHECK_FUNCS(mremap)
PKG_CHECK_MODULES(LIBGPOD, glib-2.0 gobject-2.0)
LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall"