]> git.ipfire.org Git - thirdparty/shadow.git/commit
Fix HAVE_SHADOWGRP configure check
authorFlorian Weimer <fweimer@redhat.com>
Mon, 21 Nov 2022 10:52:45 +0000 (11:52 +0100)
committerSerge Hallyn <serge@hallyn.com>
Mon, 21 Nov 2022 14:06:14 +0000 (08:06 -0600)
commita281f241b592aec636d1b93a99e764499d68c7ef
tree96855df8716cf0e839ab30647278339144c3ce87
parente8d2bc8d8b2c827e67cb8e3f9a6e1800af25c86f
Fix HAVE_SHADOWGRP configure check

The missing #include <gshadow.h> causes the configure check to fail
spuriously, resulting in HAVE_SHADOWGRP not being defined even
on systems that actually have sgetsgent (such as current glibc).
configure.ac