X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetgroups.m4;h=8a5547f432fba5e275ee322709b970f150257c9b;hb=ce38c27828c6a3286e99e312d50fe140a1ec334b;hp=96260e33631fc577ed6328fca1b0e19741470256;hpb=867cf3bc81870ba2896b5c2098e76b458c057a14;p=gnulib.git diff --git a/m4/getgroups.m4 b/m4/getgroups.m4 index 96260e336..8a5547f43 100644 --- a/m4/getgroups.m4 +++ b/m4/getgroups.m4 @@ -3,7 +3,7 @@ dnl From Jim Meyering. dnl A wrapper around AC_FUNC_GETGROUPS. -# Copyright (C) 1996-1997, 1999-2004, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 1996-1997, 1999-2004, 2008-2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -17,7 +17,8 @@ AC_DEFUN([gl_FUNC_GETGROUPS], if test "$ac_cv_func_getgroups" != yes; then AC_LIBOBJ([getgroups]) HAVE_GETGROUPS=0 - elif test "$ac_cv_func_getgroups_works" != yes; then + elif test "$ac_cv_func_getgroups_works.$ac_cv_type_getgroups" != yes.gid_t + then AC_LIBOBJ([getgroups]) REPLACE_GETGROUPS=1 AC_DEFINE([GETGROUPS_ZERO_BUG], [1], [Define this to 1 if