summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-06-26 13:33:07 +0000
committerMark Kettenis <kettenis@gnu.org>2001-06-26 13:33:07 +0000
commitb4b68736670315fcb8750cca938be4c91a3aafcf (patch)
tree6a2cc952bc4d59ff133b0946577296466b1eb439
parentd4c2e020b93a3bdd801749ce31058b8bb6325b61 (diff)
* configure.in: Add check for getgrouplist.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in5
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f78a22e4..4fdda71e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-24 Mark Kettenis <kettenis@gnu.org>
+
+ * configure.in: Add check for getgrouplist.
+
2001-06-15 Roland McGrath <roland@frob.com>
* Makeconf (CPPFLAGS, CFLAGS): Append to these before we include the
diff --git a/configure.in b/configure.in
index c0c8de61..61c963d2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION([$Id: configure.in,v 1.19 2000/05/25 20:23:28 kettenis Exp $])
+AC_REVISION([$Id: configure.in,v 1.20 2001/06/26 13:33:07 kettenis Exp $])
AC_PREREQ(2.12) dnl Minimum Autoconf version required.
AC_INIT(hurd/hurd_types.h) dnl A distinctive file to look for in srcdir.
@@ -104,6 +104,9 @@ AC_CACHE_CHECK([for libio],
hurd_cv_libio=yes,
hurd_cv_libio=no))
+# Check if libc contains getgrouplist().
+AC_CHECK_FUNCS(getgrouplist)
+
# The versions of the symbols in libthreads have to match those in
# libc.so. Since the symbols in a libc that includes libio will be
# versioned differently from the ones in a libc that uses stdio, this