]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(jm_FUNC_GETGROUPS):
authorJim Meyering <jim@meyering.net>
Sat, 9 Nov 2002 00:30:33 +0000 (00:30 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Nov 2002 00:30:33 +0000 (00:30 +0000)
Fix typo: cv_func_getgroups_works -> ac_cv_func_getgroups_works.

m4/getgroups.m4

index eec0b1842156ecfd4a6dd57a51e54eefca0f67e6..06213ae49ab325c5bc4798ea2f9d4b41015c5468 100644 (file)
@@ -1,11 +1,11 @@
-#serial 6
+#serial 7
 
 dnl From Jim Meyering.
 dnl A wrapper around AC_FUNC_GETGROUPS.
 
 AC_DEFUN([jm_FUNC_GETGROUPS],
 [AC_REQUIRE([AC_FUNC_GETGROUPS])dnl
-  if test $cv_func_getgroups_works = no; then
+  if test $ac_cv_func_getgroups_works = no; then
     AC_LIBOBJ(getgroups)
     AC_DEFINE(getgroups, rpl_getgroups,
       [Define as rpl_getgroups if getgroups doesn't work right.])