]> git.proxmox.com Git - mirror_zfs-debian.git/blame - config/user.m4
Check for -Wno-unused-but-set-variable gcc support
[mirror_zfs-debian.git] / config / user.m4
CommitLineData
c9c0d073
BB
1dnl #
2dnl # Default ZFS user configuration
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_USER], [
5 ZFS_AC_CONFIG_USER_ARCH
c9c0d073
BB
6 ZFS_AC_CONFIG_USER_IOCTL
7 ZFS_AC_CONFIG_USER_ZLIB
8 ZFS_AC_CONFIG_USER_LIBUUID
9 ZFS_AC_CONFIG_USER_LIBBLKID
b3259b6a 10 ZFS_AC_CONFIG_USER_LIBSELINUX
c9c0d073 11 ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
8a7e1cee 12 ZFS_AC_CONFIG_USER_NO_UNUSED_BUT_SET_VARIABLE
c9c0d073
BB
13 ZFS_AC_CONFIG_USER_STACK_GUARD
14])