mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Typo fixes.
iconv detection fix. Use the currect type in t-gettime.
This commit is contained in:
parent
bab8f15417
commit
b188c246ca
5 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue