]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(jm_MACROS): Don't set GETGROUPS_LIB here; now it's
authorJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 21:39:28 +0000 (21:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 21:39:28 +0000 (21:39 +0000)
done via getgroups.m4's wrapper function.

m4/jm-macros.m4

index c9638ecebe4c402945991b18f7c13a5ed49b3d05..f39577ef1539e3cffee65c2d98b38af3d0540343 100644 (file)
@@ -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])