From 95143e01a33efc18f709db243a42bedd166be957 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 30 Aug 2002 00:27:32 +0000 Subject: 2002-08-26 Roland McGrath * configure.in: Check for uselocale function. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 91b178aa..73f253ee 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.33 2002/08/22 21:25:03 marcus Exp $]) +AC_REVISION([$Id: configure.in,v 1.34 2002/08/30 00:27:32 roland 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. @@ -147,8 +147,8 @@ else fi AC_SUBST(VERSIONING) -# Check if libc contains getgrouplist(). -AC_CHECK_FUNCS(getgrouplist) +# Check if libc contains getgrouplist and/or uselocale. +AC_CHECK_FUNCS(getgrouplist uselocale) AC_ARG_WITH(parted, dnl [ --without-parted don't try to use GNU Parted libraries], -- cgit v1.2.3