From 2bf36b7fdafb800cf4152f813d9b3e0682f30552 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 29 Jul 2026 13:17:58 -0400 Subject: [PATCH] configure.ac: remove --with-attr option This option no longer serves any purpose. Fixes: 78120f17dfc3 (2026-01-08; "configure.ac: Drop libattr linking") Signed-off-by: Mike Gilbert --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 450504241..686a13d64 100644 --- a/configure.ac +++ b/configure.ac @@ -171,9 +171,6 @@ AC_ARG_WITH([selinux], AC_ARG_WITH([acl], [AS_HELP_STRING([--with-acl], [use ACL support @<:@default=yes if found@:>@])], [with_acl=$withval], [with_acl=maybe]) -AC_ARG_WITH([attr], - [AS_HELP_STRING([--with-attr], [use Extended Attribute support @<:@default=yes if found@:>@])], - [with_attr=$withval], [with_attr=maybe]) AC_ARG_WITH([skey], [AS_HELP_STRING([--with-skey], [use S/Key support @<:@default=no@:>@])], [with_skey=$withval], [with_skey=no]) @@ -628,7 +625,6 @@ AC_MSG_NOTICE([shadow ${PACKAGE_VERSION} has been configured with the following SELinux support: $with_selinux BtrFS support: $with_btrfs ACL support: $with_acl - Extended Attributes support: $with_attr tcb support (incomplete): $with_tcb shadow group support: $enable_shadowgrp S/Key support: $with_skey -- 2.47.3