X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetugroups.m4;h=b7b990a446a16672906a252d463e787c38db7084;hb=7dd7a67c1fc5fbf657c2ffbd03c334310d368cb0;hp=d20333d5e7f2625470503d6c2d1f9489fc0b0449;hpb=53b8fa05726a7fb30010e42ce02e44a35f0d7489;p=gnulib.git diff --git a/m4/getugroups.m4 b/m4/getugroups.m4 index d20333d5e..b7b990a44 100644 --- a/m4/getugroups.m4 +++ b/m4/getugroups.m4 @@ -1,5 +1,5 @@ -# getugroups.m4 serial 1 -dnl Copyright (C) 2002 Free Software Foundation, Inc. +# getugroups.m4 serial 2 +dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -9,7 +9,6 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_GETUGROUPS], [ dnl Prerequisites of lib/getugroups.c. - AC_REQUIRE([AC_HEADER_STDC]) - AC_CHECK_HEADERS_ONCE(string.h unistd.h) + AC_CHECK_HEADERS_ONCE(unistd.h) AC_TYPE_GETGROUPS ])