Fix locale problem, e.g. for et_ET.
This commit is contained in:
parent
9ace1d5642
commit
f8b80c55f4
@ -1,3 +1,7 @@
|
||||
2009-03-13 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgme-config.in: Make sure locale is set to C.
|
||||
|
||||
2009-02-24 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgme.h.in (struct _gpgme_op_assuan_result): New.
|
||||
|
@ -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@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user