use MSLU in wxBase, too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-08 15:12:25 +00:00
parent e3d7f7703e
commit eb8540036c
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@@ -32255,11 +32255,11 @@ if test "$wxUSE_UNICODE" = "yes" ; then
_ACEOF _ACEOF
if test "$wxUSE_MSW" != 1; then if test "$USE_WIN32" != 1; then
wxUSE_UNICODE_MSLU=no wxUSE_UNICODE_MSLU=no
fi 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 "$as_me:$LINENO: checking for main in -lunicows" >&5
echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
if test "${ac_cv_lib_unicows_main+set}" = set; then if test "${ac_cv_lib_unicows_main+set}" = set; then

View File

@@ -4729,11 +4729,11 @@ fi
if test "$wxUSE_UNICODE" = "yes" ; then if test "$wxUSE_UNICODE" = "yes" ; then
AC_DEFINE(wxUSE_UNICODE) AC_DEFINE(wxUSE_UNICODE)
if test "$wxUSE_MSW" != 1; then if test "$USE_WIN32" != 1; then
wxUSE_UNICODE_MSLU=no wxUSE_UNICODE_MSLU=no
fi 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_CHECK_LIB(unicows,main,
[ [
AC_DEFINE(wxUSE_UNICODE_MSLU) AC_DEFINE(wxUSE_UNICODE_MSLU)