diff options
author | Heiko Hund <heiko.hund@sophos.com> | 2011-11-23 19:08:34 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2012-02-04 12:49:03 +0100 |
commit | 6ba68180b89e0290855f70832243fc9b4370e4d2 (patch) | |
tree | 008de7e49567cd78e92d674de025e299b9971316 /configure.ac | |
parent | 8fc83a2d6cfa44032f38e13fc2f7dbc096f584d9 (diff) | |
download | openvpn-6ba68180b89e0290855f70832243fc9b4370e4d2.tar.gz openvpn-6ba68180b89e0290855f70832243fc9b4370e4d2.tar.xz openvpn-6ba68180b89e0290855f70832243fc9b4370e4d2.zip |
Windows UTF-8 input/output
This patch makes openvpn read unicode from the console and convert the input
to UTF-8. And then display UTF-8 output to the console correctly.
Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 19173e9..25dcc37 100644 --- a/configure.ac +++ b/configure.ac @@ -349,6 +349,7 @@ case "$host" in OPENVPN_ADD_LIBS(-lcrypt32) OPENVPN_ADD_LIBS(-liphlpapi) OPENVPN_ADD_LIBS(-lwinmm) + OPENVPN_ADD_LIBS(-lshell32) ;; *-*-dragonfly*) AC_DEFINE(TARGET_DRAGONFLY, 1, [Are we running on DragonFlyBSD?]) |