aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/gpgme-config.in5
2 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f78cb11e..a9b2ed19 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-13 Werner Koch <[email protected]>
+
+ * gpgme-config.in: Make sure locale is set to C.
+
2009-02-24 Werner Koch <[email protected]>
* gpgme.h.in (struct _gpgme_op_assuan_result): New.
diff --git a/src/gpgme-config.in b/src/gpgme-config.in
index 4a67b3f9..0cc639f2 100644
--- a/src/gpgme-config.in
+++ b/src/gpgme-config.in
@@ -14,6 +14,11 @@ exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
+# Make sure that no weird locale setting messes up our sed regexps etc.
+LC_COLLATE=C
+LC_ALL=C
+LANG=C
+
# Network libraries.
netlibs="@NETLIBS@"