From: Mike Gilbert Date: Wed, 29 Jul 2026 17:17:58 +0000 (-0400) Subject: configure.ac: remove --with-attr option X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fshadow.git 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 --- 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