diff options
author | DeHackEd <[email protected]> | 2018-03-27 19:51:33 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-03-27 16:51:32 -0700 |
commit | 668173b5764386b47de0beb7c57ff8ce8f68f983 (patch) | |
tree | ae4229f4a665025a5df4743548e6c45c19e2c265 /config/user.m4 | |
parent | 5152a740885dd7784681b5080735f941d993aa5f (diff) |
Remove libattr requirement
RHEL/CentOS 6 supports sys/xattr.h eliminating the need for
libattr-devel as a dependency.
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: DHE <[email protected]>
Closes #7344
Closes #7351
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 0bada893b..f5e5e9acd 100644 --- a/config/user.m4 +++ b/config/user.m4 @@ -11,7 +11,6 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [ ZFS_AC_CONFIG_USER_LIBUUID ZFS_AC_CONFIG_USER_LIBTIRPC ZFS_AC_CONFIG_USER_LIBBLKID - ZFS_AC_CONFIG_USER_LIBATTR ZFS_AC_CONFIG_USER_LIBUDEV ZFS_AC_CONFIG_USER_LIBSSL ZFS_AC_CONFIG_USER_RUNSTATEDIR |