From 0de96fc47898c0ed4c9c8e000fb63c897fe965ae Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 19 Feb 2002 02:14:08 +0000 Subject: 16673: add langinfo module as an interface to locale information. --- zshconfig.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zshconfig.ac') diff --git a/zshconfig.ac b/zshconfig.ac index 956c527b6..86540a893 100644 --- a/zshconfig.ac +++ b/zshconfig.ac @@ -487,7 +487,7 @@ AC_CHECK_HEADERS(sys/time.h sys/times.h sys/select.h termcap.h termio.h \ limits.h fcntl.h libc.h sys/utsname.h sys/resource.h \ locale.h errno.h stdio.h stdlib.h unistd.h sys/capability.h \ utmp.h utmpx.h sys/types.h pwd.h grp.h poll.h sys/mman.h \ - netinet/in_systm.h pcre.h) + netinet/in_systm.h pcre.h langinfo.h) if test $dynamic = yes; then AC_CHECK_HEADERS(dlfcn.h) AC_CHECK_HEADERS(dl.h) @@ -950,6 +950,7 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \ pathconf sysconf \ tgetent tigetflag tigetnum tigetstr setupterm \ pcre_compile pcre_study pcre_exec \ + nl_langinfo \ erand48) AC_FUNC_STRCOLL -- cgit 1.4.1