X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fconfigure.ac;h=1d335b112886b107f260e598ab1c3ee0b405dcc0;hp=bd0bdbea836cff47717868123f0a0df74e586105;hb=fd84feb8229f792e22e3cbfa9bf7e8156947eb2f;hpb=b76462f7433d064019382992163e3553c7906ee7 diff --git a/daemon/configure.ac b/daemon/configure.ac index bd0bdbe..1d335b1 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -171,6 +171,8 @@ AC_CHECK_LIB([portablexdr],[xdrmem_create],[],[ dnl Functions which may not be available in older distributions. AC_CHECK_FUNCS([\ getxattr \ + htonl \ + htons \ inotify_init1 \ lgetxattr \ listxattr \ @@ -178,6 +180,8 @@ AC_CHECK_FUNCS([\ lsetxattr \ lremovexattr \ mknod \ + ntohl \ + ntohs \ posix_fallocate \ removexattr \ setxattr \