diff options
Diffstat (limited to 'gl')
-rw-r--r-- | gl/m4/mgetgroups.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/m4/mgetgroups.m4 b/gl/m4/mgetgroups.m4 index da557311b..f70f5b953 100644 --- a/gl/m4/mgetgroups.m4 +++ b/gl/m4/mgetgroups.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl Copyright (C) 2007-2008 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,6 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MGETGROUPS], [ - AC_CHECK_FUNCS(getgrouplist) + AC_CHECK_FUNCS([getgrouplist]) AC_LIBOBJ([mgetgroups]) ]) |