summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-07-10 11:24:29 +0200
committerWerner Koch <wk@gnupg.org>2007-07-10 11:24:29 +0200
commitb188c246ca1b976eda56cd051d02e524490e9374 (patch)
treee5a2aaa6eae23564857146e041015457e38195c5 /configure.ac
parentThe Logos as designed by Thoams Wittek. (diff)
downloadgnupg2-b188c246ca1b976eda56cd051d02e524490e9374.tar.xz
gnupg2-b188c246ca1b976eda56cd051d02e524490e9374.zip
Typo fixes.
iconv detection fix. Use the currect type in t-gettime.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
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