From: Christos Zoulas Date: Wed, 7 Apr 2004 14:22:53 +0000 (+0000) Subject: add wide char functions we use X-Git-Tag: FILE5_05~872 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d09a5f12e940be0a3b0552a209d0749ec896d56;p=file add wide char functions we use --- diff --git a/configure.in b/configure.in index df869ba2..18cfd3ba 100644 --- a/configure.in +++ b/configure.in @@ -98,7 +98,7 @@ AC_CHECK_SIZEOF_STDC_HEADERS(uint32_t, 0) AC_CHECK_SIZEOF_STDC_HEADERS(uint64_t, 0) dnl Checks for functions -AC_CHECK_FUNCS(mmap strerror strtoul mkstemp getopt_long utimes utime) +AC_CHECK_FUNCS(mmap strerror strtoul mbrtowc mkstemp getopt_long utimes utime wcwidth) dnl Checks for libraries AC_CHECK_LIB(z,gzopen)