From d8fac9fb2315c3edf5f51d0df81c8d99b7018662 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 14 Mar 2003 13:36:07 +0000 Subject: 18343, 18348: handle \u and \U escapes for specifying unicode characters --- zshconfig.ac | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'zshconfig.ac') diff --git a/zshconfig.ac b/zshconfig.ac index 33ca83f78..fd578c028 100644 --- a/zshconfig.ac +++ b/zshconfig.ac @@ -494,7 +494,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 langinfo.h) + netinet/in_systm.h pcre.h langinfo.h wchar.h) if test $dynamic = yes; then AC_CHECK_HEADERS(dlfcn.h) AC_CHECK_HEADERS(dl.h) @@ -663,6 +663,8 @@ AC_CHECK_LIB(cap, cap_get_proc) AC_CHECK_LIB(socket, socket) +AC_CHECK_LIB(iconv, iconv) + dnl pcre-config should probably be employed here AC_SEARCH_LIBS(pcre_compile, pcre) @@ -959,7 +961,8 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \ tgetent tigetflag tigetnum tigetstr setupterm \ pcre_compile pcre_study pcre_exec \ nl_langinfo \ - erand48 open_memstream) + erand48 open_memstream \ + wctomb iconv) AC_FUNC_STRCOLL dnl Check if tgetent accepts NULL (and will allocate its own termcap buffer) -- cgit 1.4.1