summaryrefslogtreecommitdiff
path: root/lib/replace/system
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-30 22:43:17 +0200
committerGünther Deschner <gd@samba.org>2009-05-30 23:08:12 +0200
commit241db90c310cb930b857d0f8fd20b5428e8ebb68 (patch)
tree4d9c7203b08609282a441405a33d9b7f5662401d /lib/replace/system
parentff736dfcadbac8dd7e220eb1f10aa2dfeb1cf7e7 (diff)
downloadsamba-241db90c310cb930b857d0f8fd20b5428e8ebb68.tar.gz
samba-241db90c310cb930b857d0f8fd20b5428e8ebb68.tar.bz2
samba-241db90c310cb930b857d0f8fd20b5428e8ebb68.zip
nss_wrapper: try to fix the build of nss_wrapper on solaris.
Guenther
Diffstat (limited to 'lib/replace/system')
-rw-r--r--lib/replace/system/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/system/config.m4 b/lib/replace/system/config.m4
index 5c9b53d5c5..e2196586ad 100644
--- a/lib/replace/system/config.m4
+++ b/lib/replace/system/config.m4
@@ -116,6 +116,7 @@ AC_VERIFY_C_PROTOTYPE([struct group *getgrent_r(struct group *src, char *buf, si
#include <unistd.h>
#include <grp.h>
])
+AC_CHECK_FUNCS(getgrouplist)
# locale
AC_CHECK_HEADERS(ctype.h locale.h)