]> git.proxmox.com Git - mirror_zfs.git/blobdiff - config/user.m4
Linux 5.0 compat: Use totalhigh_pages()
[mirror_zfs.git] / config / user.m4
index f5e5e9acd4af31a2610e1991928556b4c8295501..1ee9dbe263bcc02343e991a57c35ef36077da044 100644 (file)
@@ -2,6 +2,7 @@ dnl #
 dnl # Default ZFS user configuration
 dnl #
 AC_DEFUN([ZFS_AC_CONFIG_USER], [
+       ZFS_AC_CONFIG_USER_GETTEXT
        ZFS_AC_CONFIG_USER_MOUNT_HELPER
        ZFS_AC_CONFIG_USER_UDEV
        ZFS_AC_CONFIG_USER_SYSTEMD
@@ -13,13 +14,15 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [
        ZFS_AC_CONFIG_USER_LIBBLKID
        ZFS_AC_CONFIG_USER_LIBUDEV
        ZFS_AC_CONFIG_USER_LIBSSL
+       ZFS_AC_CONFIG_USER_LIBAIO
        ZFS_AC_CONFIG_USER_RUNSTATEDIR
        ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
        ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
+       ZFS_AC_CONFIG_USER_ZFSEXEC
 
        ZFS_AC_TEST_FRAMEWORK
 
-       AC_CHECK_FUNCS([mlockall])
+       AC_CHECK_FUNCS([mlockall strlcat strlcpy])
 ])
 
 dnl #