diff options
author | Brian Behlendorf <[email protected]> | 2014-08-27 14:12:18 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-08-28 07:45:54 -0700 |
commit | 9ad656b2d025a23ba27a4bc482638e753e62d947 (patch) | |
tree | 6d1f52d5f1ad26c766b0a7432f08cd156eedeb8e /config/user.m4 | |
parent | dea377c0d9d92bd7d10c0e2f006efa11ab28060a (diff) |
Retire HAVE_IOCTL_* configure checks
The HAVE_IOCTL_* configure checks were originally added for
compatibility with an ancient version of glibc. This support
and additional complexity is no longer needed and is therefore
being removed.
Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Turbo Fredriksson <[email protected]>
Closes #585
Diffstat (limited to 'config/user.m4')
-rw-r--r-- | config/user.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/user.m4 b/config/user.m4 index 38024370b..d7ac3f24f 100644 --- a/config/user.m4 +++ b/config/user.m4 @@ -7,7 +7,6 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [ ZFS_AC_CONFIG_USER_SYSVINIT ZFS_AC_CONFIG_USER_DRACUT 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 |