From 8d27defa02a67ec06f8ce06b14427b5eba8f54e6 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 12 May 2010 17:40:08 +0000 Subject: 2010-05-12 Marcus Brinkmann * configure.ac: Check for setlocale. src/ 2010-05-12 Marcus Brinkmann * gpgme-tool.c (main): Protect call to setlocale with HAVE_SETLOCALE. --- src/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index a832b0f9..14b168b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-05-12 Marcus Brinkmann + * gpgme-tool.c (main): Protect call to setlocale with + HAVE_SETLOCALE. + * Makefile.am (system_components): Remove custom cppflags from RCCOMPILE (because gpg-error adds -idirafter that makes RC bail. [HAVE_W32CE_SYSTEM]: Add w32-ce.h and w32-ce.c, clear -- cgit