X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fconfigure.ac;h=65a148585a35a2541f054b0af05978460c6e4ce9;hp=54d2a4ca630a1dbd7ad2f18433e7b6aec4f3d3b4;hb=deee8e2b4e377dc2eb23fc551a4d0711ac49b585;hpb=34d5df70d858e02ae6adc6537e1a6ea2df938238 diff --git a/daemon/configure.ac b/daemon/configure.ac index 54d2a4c..65a1485 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -170,8 +170,9 @@ AC_CHECK_LIB([portablexdr],[xdrmem_create],[],[ dnl Functions which may not be available in older distributions. AC_CHECK_FUNCS([\ - futimens \ getxattr \ + htonl \ + htons \ inotify_init1 \ lgetxattr \ listxattr \ @@ -179,15 +180,23 @@ AC_CHECK_FUNCS([\ lsetxattr \ lremovexattr \ mknod \ + ntohl \ + ntohs \ + posix_fallocate \ + realpath \ removexattr \ - setxattr]) + setxattr \ + statvfs \ + sync]) dnl Headers. AC_CHECK_HEADERS([\ - attr/xattr.h \ - printf.h \ - sys/inotify.h \ - sys/xattr.h]) + attr/xattr.h \ + printf.h \ + sys/inotify.h \ + sys/statvfs.h \ + sys/xattr.h \ + windows.h]) dnl For modified printf, we need glibc either (old-style) dnl register_printf_function or (new-style) register_printf_specifier.