From 78de529bad368550fa7b6c0c2c5e29136193ebb4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 13 Apr 2005 13:03:56 +0000 Subject: [PATCH] mistakenly enabled by default --enable-unicode switched off again by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d977b1a333..9880f34055 100755 --- a/configure +++ b/configure @@ -2402,7 +2402,7 @@ else DEFAULT_wxUSE_POPUPWIN=yes DEFAULT_wxUSE_TIPWINDOW=yes - DEFAULT_wxUSE_UNICODE=yes + DEFAULT_wxUSE_UNICODE=no DEFAULT_wxUSE_UNICODE_MSLU=yes DEFAULT_wxUSE_WCSRTOMBS=no diff --git a/configure.in b/configure.in index 7726d2779a..8858b84cfa 100644 --- a/configure.in +++ b/configure.in @@ -747,7 +747,7 @@ else DEFAULT_wxUSE_POPUPWIN=yes DEFAULT_wxUSE_TIPWINDOW=yes - DEFAULT_wxUSE_UNICODE=yes + DEFAULT_wxUSE_UNICODE=no DEFAULT_wxUSE_UNICODE_MSLU=yes DEFAULT_wxUSE_WCSRTOMBS=no -- 2.45.2