]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - config/user.m4
Imported Upstream version 0.6.4.2
[mirror_zfs-debian.git] / config / user.m4
index 4f9963787d580bed62bd62ebb8ff0ce5c5702b53..7f79420825645423613a3de472a73534522466c8 100644 (file)
@@ -2,12 +2,18 @@ dnl #
 dnl # Default ZFS user configuration
 dnl #
 AC_DEFUN([ZFS_AC_CONFIG_USER], [
+       ZFS_AC_CONFIG_USER_MOUNT_HELPER
        ZFS_AC_CONFIG_USER_UDEV
+       ZFS_AC_CONFIG_USER_SYSTEMD
+       ZFS_AC_CONFIG_USER_SYSVINIT
        ZFS_AC_CONFIG_USER_DRACUT
        ZFS_AC_CONFIG_USER_ARCH
-       ZFS_AC_CONFIG_USER_IOCTL
        ZFS_AC_CONFIG_USER_ZLIB
        ZFS_AC_CONFIG_USER_LIBUUID
        ZFS_AC_CONFIG_USER_LIBBLKID
        ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
+       ZFS_AC_CONFIG_USER_RUNSTATEDIR
+dnl #
+dnl #  Checks for library functions
+       AC_CHECK_FUNCS([mlockall])
 ])