diff options
author | Werner Koch <wk@gnupg.org> | 2007-07-10 11:24:29 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-07-10 11:24:29 +0200 |
commit | b188c246ca1b976eda56cd051d02e524490e9374 (patch) | |
tree | e5a2aaa6eae23564857146e041015457e38195c5 /configure.ac | |
parent | The Logos as designed by Thoams Wittek. (diff) | |
download | gnupg2-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.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 |