]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - zfs/config/user.m4
a86b5524a4e8a51e76da183c9f35f21548ee752a
[mirror_ubuntu-artful-kernel.git] / zfs / config / user.m4
1 dnl #
2 dnl # Default ZFS user configuration
3 dnl #
4 AC_DEFUN([ZFS_AC_CONFIG_USER], [
5 ZFS_AC_DKMS_INHIBIT
6 ZFS_AC_CONFIG_USER_MOUNT_HELPER
7 ZFS_AC_CONFIG_USER_UDEV
8 ZFS_AC_CONFIG_USER_SYSTEMD
9 ZFS_AC_CONFIG_USER_SYSVINIT
10 ZFS_AC_CONFIG_USER_DRACUT
11 ZFS_AC_CONFIG_USER_ARCH
12 ZFS_AC_CONFIG_USER_ZLIB
13 ZFS_AC_CONFIG_USER_LIBUUID
14 ZFS_AC_CONFIG_USER_LIBBLKID
15 ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
16 ZFS_AC_CONFIG_USER_RUNSTATEDIR
17 dnl #
18 dnl # Checks for library functions
19 AC_CHECK_FUNCS([mlockall])
20 ])