diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 75d1d64db..1926cf9cd 100644 --- a/configure.ac +++ b/configure.ac @@ -868,13 +868,18 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME", # +# Checking for iconv +# +AM_ICONV + + +# # Check for gettext # AC_MSG_NOTICE([checking for gettext]) AM_PO_SUBDIRS AM_GNU_GETTEXT_VERSION([0.16.1]) if test "$try_gettext" = yes; then - AM_ICONV AM_GNU_GETTEXT([external],[need-ngettext]) # gettext requires some extra checks. These really should be part of |