X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=config%2Fuser.m4;h=4fcef3d5b64ffec9f7b2ae7f12ac25b2969ee836;hb=47621f3d76abf63e178b95a446134565cc553b1a;hp=11187d422e40d30b38038d187fe2e6536ed93249;hpb=62b749c8c846442f37f41c8ae5c612d75308c046;p=zfs.git diff --git a/config/user.m4 b/config/user.m4 index 11187d4..4fcef3d 100644 --- a/config/user.m4 +++ b/config/user.m4 @@ -1,4 +1,14 @@ dnl # dnl # Default ZFS user configuration dnl # -AC_DEFUN([ZFS_AC_CONFIG_USER], []) +AC_DEFUN([ZFS_AC_CONFIG_USER], [ + ZFS_AC_CONFIG_USER_UDEV + 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_LIBSELINUX + ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN + ZFS_AC_CONFIG_USER_STACK_GUARD +])