summaryrefslogtreecommitdiff
path: root/m4/lib-check.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/lib-check.m4')
-rw-r--r--m4/lib-check.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/lib-check.m4 b/m4/lib-check.m4
index 559dbdd37..fe5895a38 100644
--- 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))