From b188c246ca1b976eda56cd051d02e524490e9374 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 10 Jul 2007 09:24:29 +0000 Subject: Typo fixes. iconv detection fix. Use the currect type in t-gettime. --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 75d1d64db..1926cf9cd 100644 --- a/configure.ac +++ b/configure.ac @@ -867,6 +867,12 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME", [A human readable text with the name of the OS]) +# +# Checking for iconv +# +AM_ICONV + + # # Check for gettext # @@ -874,7 +880,6 @@ 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 -- cgit v1.2.3