# HG changeset patch # User Jim Meyering # Date 952679333 0 # Node ID 577179b11fe997bbac1eb4944a0f86de1bef5bb3 # Parent 93d6633849d6f64edd23825df9bceb1be5cd7ceb Look for getspnam in -lgen, too. diff --git a/m4/lib-check.m4 b/m4/lib-check.m4 --- 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_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))