From a09fd96cc094103737cefbc3ef50b4f0e458c31d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Feb 2000 11:57:55 +0000 Subject: [PATCH] (jm_LIB_CHECK): Fix typo: check for sp_pwdp in struct spwd, rather than in struct passwd. Reported by G. Queri. --- m4/lib-check.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/lib-check.m4 b/m4/lib-check.m4 index 5b13f01b32..559dbdd374 100644 --- a/m4/lib-check.m4 +++ b/m4/lib-check.m4 @@ -43,7 +43,7 @@ AC_DEFUN(jm_LIB_CHECK, AC_SEARCH_LIBS(getspnam, [shadow sec]) # Requirements for su.c. - AC_CHECK_MEMBERS((struct passwd.sp_pwdp)) + AC_CHECK_MEMBERS((struct spwd.sp_pwdp)) AC_CHECK_FUNCS(getspnam) AC_CHECK_HEADERS(shadow.h) -- 2.30.2