diff options
author | Werner Koch <[email protected]> | 2007-12-04 11:23:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-12-04 11:23:31 +0000 |
commit | 8c20500a5d26619ed63e1bcee4404453c90f4a03 (patch) | |
tree | 7fe5e8c1e07a6d6fc4e489a1148a796d5e4ce56e /configure.ac | |
parent | 2007-12-04 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-8c20500a5d26619ed63e1bcee4404453c90f4a03.tar.gz gnupg-8c20500a5d26619ed63e1bcee4404453c90f4a03.zip |
Allow configuraton of pinentry tooltip.
Other minor buf fixes.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f9ec1597a..13714dace 100644 --- a/configure.ac +++ b/configure.ac @@ -903,6 +903,10 @@ fi # We use HAVE_LANGINFO_CODESET in a couple of places. AM_LANGINFO_CODESET +# Checks required for our use locales +gt_LC_MESSAGES + + # # SELinux support # @@ -1024,7 +1028,6 @@ gl_INIT # GNUPG_FUNC_MKDIR_TAKES_ONE_ARG - # # Sanity check regex. Tests adapted from mutt. # |