From 82be3c7a98c3e607ab82ab7380fc15624c7bcba2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 8 May 2011 11:46:22 +0200 Subject: getgroups: Move AC_LIBOBJ invocations to module description. * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Move AC_LIBOBJ invocations from here... * modules/getgroups (configure.ac): ... to here. --- modules/getgroups | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/getgroups') diff --git a/modules/getgroups b/modules/getgroups index 4903123eb5..66ff12f2a7 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -12,6 +12,9 @@ stdint [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1] configure.ac: gl_FUNC_GETGROUPS +if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then + AC_LIBOBJ([getgroups]) +fi gl_UNISTD_MODULE_INDICATOR([getgroups]) Makefile.am: -- cgit v1.2.1