detect system charset encoding automatically

This commit is contained in:
Andrzej Rybczak
2009-09-19 22:22:12 +02:00
parent f0b2c690ef
commit 310ea04f3e
3 changed files with 17 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ dnl ================================
dnl = checking for various headers =
dnl ================================
AC_CHECK_HEADERS([dirent.h regex.h], , AC_MSG_ERROR(vital headers missing))
AC_CHECK_HEADERS([langinfo.h], , AC_MSG_WARN(locale detection disabled))
dnl ======================
dnl = checking for iconv =