diff options
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 |