summaryrefslogtreecommitdiffstats
path: root/unicode/configure.ac
diff options
context:
space:
mode:
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"