]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode support is *experimental*, so disable it by default.
authorOve Kaaven <ovek@arcticnet.no>
Thu, 8 Apr 1999 23:22:29 +0000 (23:22 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Thu, 8 Apr 1999 23:22:29 +0000 (23:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 092e29f1504a08737fa4eb22532998089ee7228c..85e888fb5e7030cee7a0b70e43e1d391e07afd25 100755 (executable)
--- a/configure
+++ b/configure
@@ -5384,7 +5384,7 @@ DEFAULT_wxUSE_WX_RESOURCES=1
 DEFAULT_wxUSE_RPC=0
 DEFAULT_wxUSE_HELP=1
 
-DEFAULT_wxUSE_UNICODE=1
+DEFAULT_wxUSE_UNICODE=0
 DEFAULT_wxUSE_WCSRTOMBS=0
 
 
index 12d8ca1af3157803ba52d082f71f400dcea7c79b..ca2a5c4e4e2d981ec5cb7b3ffa2421e590fdf384 100644 (file)
@@ -867,7 +867,7 @@ DEFAULT_wxUSE_WX_RESOURCES=1
 DEFAULT_wxUSE_RPC=0
 DEFAULT_wxUSE_HELP=1
 
-DEFAULT_wxUSE_UNICODE=1
+DEFAULT_wxUSE_UNICODE=0
 DEFAULT_wxUSE_WCSRTOMBS=0
 
 dnl ----------------------------------------------------------------