]> granicus.if.org Git - file/commitdiff
add wide char functions we use
authorChristos Zoulas <christos@zoulas.com>
Wed, 7 Apr 2004 14:22:53 +0000 (14:22 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 7 Apr 2004 14:22:53 +0000 (14:22 +0000)
configure.in

index df869ba206399616a29bc721cd3bf5fd169356d3..18cfd3bab67dd62afd3f2d9a966920e7deff9a91 100644 (file)
@@ -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)