about summary refs log tree commit diff
path: root/zshconfig.ac
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-02-19 02:14:08 +0000
committerClint Adams <clint@users.sourceforge.net>2002-02-19 02:14:08 +0000
commit0de96fc47898c0ed4c9c8e000fb63c897fe965ae (patch)
tree056e1a9c1c4376dc7f42824504fe1636c92c170c /zshconfig.ac
parent9511df82d856021d249938aa07edb9b3e3f3c682 (diff)
downloadzsh-0de96fc47898c0ed4c9c8e000fb63c897fe965ae.tar.gz
zsh-0de96fc47898c0ed4c9c8e000fb63c897fe965ae.tar.xz
zsh-0de96fc47898c0ed4c9c8e000fb63c897fe965ae.zip
16673: add langinfo module as an interface to locale information.
Diffstat (limited to 'zshconfig.ac')
-rw-r--r--zshconfig.ac3
1 files changed, 2 insertions, 1 deletions
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