summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rich@koneko.home.annexia.org>2010-03-21 19:13:43 +0000
committerRichard Jones <rich@koneko.home.annexia.org>2010-03-22 10:41:45 +0000
commit5ebf3a39340696fea0582a58074d22d11247a6e7 (patch)
tree6689dfcf243bfab0a5a3955e5f5b44a8c3992a56 /configure.ac
parentb2070ae3d797a32a8227c6b9231efa249c94d330 (diff)
downloadlibguestfs-5ebf3a39340696fea0582a58074d22d11247a6e7.tar.gz
libguestfs-5ebf3a39340696fea0582a58074d22d11247a6e7.tar.xz
libguestfs-5ebf3a39340696fea0582a58074d22d11247a6e7.zip
Mac OS X: provide alternate implementation of posix_fallocate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b13eaf9b..cfad704f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,9 @@ AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.])
dnl Headers.
AC_CHECK_HEADERS([errno.h sys/types.h sys/un.h sys/wait.h sys/socket.h endian.h byteswap.h])
+dnl Functions.
+AC_CHECK_FUNCS([posix_fallocate])
+
dnl Build the daemon?
AC_MSG_CHECKING([if we should build the daemon])
AC_ARG_ENABLE([daemon],