]> git.proxmox.com Git - mirror_zfs.git/blob - config/user.m4
Replace check for _POSIX_MEMLOCK w/ HAVE_MLOCKALL
[mirror_zfs.git] / config / user.m4
1 dnl #
2 dnl # Default ZFS user configuration
3 dnl #
4 AC_DEFUN([ZFS_AC_CONFIG_USER], [
5 ZFS_AC_CONFIG_USER_UDEV
6 ZFS_AC_CONFIG_USER_SYSTEMD
7 ZFS_AC_CONFIG_USER_SYSVINIT
8 ZFS_AC_CONFIG_USER_DRACUT
9 ZFS_AC_CONFIG_USER_ARCH
10 ZFS_AC_CONFIG_USER_IOCTL
11 ZFS_AC_CONFIG_USER_ZLIB
12 ZFS_AC_CONFIG_USER_LIBUUID
13 ZFS_AC_CONFIG_USER_LIBBLKID
14 ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
15 ZFS_AC_CONFIG_USER_RUNSTATEDIR
16 dnl #
17 dnl # Checks for library functions
18 AC_CHECK_FUNCS([mlockall])
19 ])