diff options
author | Marcus Brinkmann <[email protected]> | 2007-07-04 22:24:26 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-07-04 22:24:26 +0000 |
commit | fa84b8cd82dadf1e1405b43a0d94034f3602cc8e (patch) | |
tree | 0426633d0144a2759705095ed0475cf839b52209 | |
parent | 2007-07-05 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-fa84b8cd82dadf1e1405b43a0d94034f3602cc8e.tar.gz gnupg-fa84b8cd82dadf1e1405b43a0d94034f3602cc8e.zip |
2007-07-05 Marcus Brinkmann <[email protected]>
* configure.ac: Invoke AM_LANGINFO_CODESET.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-07-05 Marcus Brinkmann <[email protected]> + + * configure.ac: Invoke AM_LANGINFO_CODESET. + 2007-07-04 Werner Koch <[email protected]> * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip. diff --git a/configure.ac b/configure.ac index 2bbca080a..bb8fd69dc 100644 --- a/configure.ac +++ b/configure.ac @@ -893,6 +893,8 @@ else AC_SUBST(POSUB) fi +# We use HAVE_LANGINFO_CODESET in a couple of places. +AM_LANGINFO_CODESET # # SELinux support |