3 dnl Check if environment is ready for get translations of docs from transifex
5 dnl @author Slava Zanko <slavazanko@gmail.com>
6 dnl @version 2011-02-10
8 dnl @copyright Free Software Foundation, Inc.
12 if test "x$USE_INCLUDED_LIBINTL" = xyes; then
13 CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl -I\$(top_srcdir)/intl"
16 dnl User visible support for charset conversion.
17 AC_ARG_ENABLE([charset],
18 AS_HELP_STRING([--enable-charset], [Support for charset selection and conversion @<:@yes@:>@]))
21 if test "x$enable_charset" != "xno"; then
22 AC_DEFINE(HAVE_CHARSET, 1, [Define to enable charset selection and conversion])