From: Václav Slavík Date: Fri, 8 Aug 2003 15:12:25 +0000 (+0000) Subject: use MSLU in wxBase, too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eb8540036c1bdf505d1beca0ecbac1bd33add978 use MSLU in wxBase, too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index aa797a763a..499c4209b8 100755 --- a/configure +++ b/configure @@ -32255,11 +32255,11 @@ if test "$wxUSE_UNICODE" = "yes" ; then _ACEOF - if test "$wxUSE_MSW" != 1; then + if test "$USE_WIN32" != 1; then wxUSE_UNICODE_MSLU=no fi - if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then + if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then echo "$as_me:$LINENO: checking for main in -lunicows" >&5 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6 if test "${ac_cv_lib_unicows_main+set}" = set; then diff --git a/configure.in b/configure.in index 06746a697f..cbed6ad442 100644 --- a/configure.in +++ b/configure.in @@ -4729,11 +4729,11 @@ fi if test "$wxUSE_UNICODE" = "yes" ; then AC_DEFINE(wxUSE_UNICODE) - if test "$wxUSE_MSW" != 1; then + if test "$USE_WIN32" != 1; then wxUSE_UNICODE_MSLU=no fi - if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then + if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then AC_CHECK_LIB(unicows,main, [ AC_DEFINE(wxUSE_UNICODE_MSLU)