projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03062f0
)
(jm_LIB_CHECK): Fix typo: check for sp_pwdp in
author
Jim Meyering
<jim@meyering.net>
Wed, 9 Feb 2000 11:57:55 +0000
(11:57 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 9 Feb 2000 11:57:55 +0000
(11:57 +0000)
struct spwd, rather than in struct passwd. Reported by G. Queri.
m4/lib-check.m4
patch
|
blob
|
history
diff --git
a/m4/lib-check.m4
b/m4/lib-check.m4
index 5b13f01b32982e88fa564945db4fb52e8ec0e52e..559dbdd37440d29013537040e492ff729a834704 100644
(file)
--- 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
pass
wd.sp_pwdp))
+ AC_CHECK_MEMBERS((struct
sp
wd.sp_pwdp))
AC_CHECK_FUNCS(getspnam)
AC_CHECK_HEADERS(shadow.h)