From: Mike Gilbert Date: Tue, 17 Feb 2026 18:44:55 +0000 (-0500) Subject: configure.ac: drop check for setpgrp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179de79def4080685956a0ebf65ba471c6728a70;p=thirdparty%2Fshadow.git configure.ac: drop check for setpgrp The last use was dropped in eec97ce4c5a9fa57c387affeedd7a40c435b2b1f. Signed-off-by: Mike Gilbert --- diff --git a/configure.ac b/configure.ac index ea396f259..f4028f5f2 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,6 @@ dnl Checks for library functions. AC_REPLACE_FUNCS([putgrent putpwent putspent]) AC_REPLACE_FUNCS([sgetgrent sgetpwent sgetspent]) -AC_CHECK_FUNC([setpgrp]) AC_CHECK_DECLS([secure_getenv]) AC_CACHE_CHECK([location of shared mail directory], [shadow_cv_maildir],