summaryrefslogtreecommitdiffstats
path: root/unicode/configure.ac
diff options
context:
space:
mode:
authorSam Varshavchik2015-07-28 08:31:30 -0400
committerSam Varshavchik2015-07-28 08:31:30 -0400
commitf9e2606abe105d7183b69e50da8a156a547d65e0 (patch)
treef0856138b2cdb568c56bd14f282476cc43556687 /unicode/configure.ac
parentbc4028bbe7b3692bd0d8d5309cc425abe57fb9c0 (diff)
downloadcourier-libs-f9e2606abe105d7183b69e50da8a156a547d65e0.tar.bz2
Add additional tolower/toupper overloads, unicode_locale_charset().
Diffstat (limited to 'unicode/configure.ac')
-rw-r--r--unicode/configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/unicode/configure.ac b/unicode/configure.ac
index d04693f..d90dfc9 100644
--- a/unicode/configure.ac
+++ b/unicode/configure.ac
@@ -29,14 +29,12 @@ dnl Checks for libraries.
dnl Checks for header files.
-AC_CHECK_HEADERS(stddef.h wchar.h locale.h)
+AC_CHECK_HEADERS(stddef.h wchar.h)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for library functions.
-AC_CHECK_FUNCS(setlocale)
-
AM_CONDITIONAL(UPDATE_UNICODE, test -f ${srcdir}/UnicodeData.txt)
AC_SYS_LARGEFILE
@@ -58,8 +56,6 @@ if test "$unicode_with_libcharset" = "yes"; then
fi
AC_DEFINE_UNQUOTED(UNICODE_USE_LIBCHARSET, 1,
[ Set this to 1 to use libcharset library. ])
-else
- AM_LANGINFO_CODESET
fi
save_LIBS="$LIBS"