]> git.ipfire.org Git - thirdparty/util-linux.git/commit - configure.ac
build-sys: cleanup uclampset dependencies
authorKarel Zak <kzak@redhat.com>
Tue, 2 Feb 2021 15:32:51 +0000 (16:32 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Feb 2021 15:54:33 +0000 (16:54 +0100)
commit82643a9be507bd20df98d38c8248299d1084ac74
tree8ecd8924f41378f2cea61182bba8bde2d9b82531
parentf4b07719ee74f7d01b09255f6ebacde1d33cd48b
build-sys: cleanup uclampset dependencies

chrt requires sched_setattr() or sched_setscheduler(), the both is
covered by have_schedsetter variable in ./configure.ac. This variable
is useless for uclampset, because it requires sched_setattr(). Let's
make it more explicit for uclampset.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac