]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
configure.ac: remove --with-attr option master
authorMike Gilbert <floppym@gentoo.org>
Wed, 29 Jul 2026 17:17:58 +0000 (13:17 -0400)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Wed, 29 Jul 2026 21:06:44 +0000 (23:06 +0200)
This option no longer serves any purpose.

Fixes: 78120f17dfc3 (2026-01-08; "configure.ac: Drop libattr linking")
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
configure.ac

index 450504241bc49f1efaa221b2396b42b1279c8ead..686a13d64505f90510ab7030e1d034b7d466dc90 100644 (file)
@@ -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