]> git.saurik.com Git - wxWidgets.git/commitdiff
use MSLU in wxBase, too
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 8 Aug 2003 15:12:25 +0000 (15:12 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 8 Aug 2003 15:12:25 +0000 (15:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index aa797a763a76cde67a96914a1e6a5783ec6512fa..499c4209b801bf4fa3a8fa21a97d425638aa0681 100755 (executable)
--- 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
index 06746a697fc2d34b2f9c7639a5996e58aecc58f9..cbed6ad44276412d1145cceca9eb8eb09cd38f0e 100644 (file)
@@ -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)