From 9d78678c229d4888a4e129eb049832073b67eda6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 28 Sep 2002 21:39:28 +0000 Subject: (jm_MACROS): Don't set GETGROUPS_LIB here; now it's done via getgroups.m4's wrapper function. --- m4/jm-macros.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index c9638eceb..f39577ef1 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 52 -*- autoconf -*- +#serial 53 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -66,7 +66,6 @@ AC_DEFUN([jm_MACROS], AC_REQUIRE([gt_INTTYPES_PRI]) AC_REQUIRE([jm_FUNC_GETGROUPS]) - test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS" AC_REQUIRE([AC_FUNC_FSEEKO]) AC_REQUIRE([AC_FUNC_VPRINTF]) -- cgit v1.2.3-54-g00ecf