From d992c3caa5e6c4b77495f8e129fd4e5ae1d2ff65 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 20 Nov 2002 20:52:26 +0000 Subject: [PATCH] This should add Unicode mode to the list of compile modes after running configure. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index aa66ad3a1d..360c024f23 100644 --- a/configure.in +++ b/configure.in @@ -5370,6 +5370,7 @@ echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}" echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}" +echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}" echo " Which libraries should wxWindows use?" echo " jpeg ${wxUSE_LIBJPEG-none}"