projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff01e7
)
Look for getspnam in -lgen, too.
author
Jim Meyering
<jim@meyering.net>
Fri, 10 Mar 2000 09:08:53 +0000
(09:08 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 10 Mar 2000 09:08:53 +0000
(09:08 +0000)
m4/lib-check.m4
patch
|
blob
|
history
diff --git
a/m4/lib-check.m4
b/m4/lib-check.m4
index 559dbdd37440d29013537040e492ff729a834704..fe5895a38eb7d2b20c600396d3df5d7630019e46 100644
(file)
--- a/
m4/lib-check.m4
+++ b/
m4/lib-check.m4
@@
-1,4
+1,4
@@
-#serial
2
+#serial
3
dnl Misc lib-related macros for fileutils, sh-utils, textutils.
@@
-39,8
+39,8
@@
AC_DEFUN(jm_LIB_CHECK,
AC_SEARCH_LIBS(yp_match, [sun ypsec])
# SysV needs -lsec, older versions of Linux need -lshadow for
- # shadow passwords.
- AC_SEARCH_LIBS(getspnam, [shadow sec])
+ # shadow passwords.
UnixWare 7 needs -lgen.
+ AC_SEARCH_LIBS(getspnam, [shadow sec
gen
])
# Requirements for su.c.
AC_CHECK_MEMBERS((struct spwd.sp_pwdp))