1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* configure.ac: New option --disable-gnupg-iconv, define

USE_GNUPG_ICONV.
This commit is contained in:
Werner Koch 2004-10-26 12:44:21 +00:00
parent a3d48b3bb2
commit f690c16457
3 changed files with 32 additions and 0 deletions

11
README
View file

@ -605,6 +605,17 @@
This prevents access to certain files and won't
allow import or export of secret keys.
--disable-gnupg-iconv
If iconv is available it is used to convert
between utf-8 and the system character set. This
is in general the preferable solution. However
the code is new and under some cirumstances it may
give different output than with the limited old
support. This option allows to explicity disable
the use of iconv. Note, that iconv is also
disabled if getext has been disabled.
Installation Problems
---------------------