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:
4
configure
vendored
4
configure
vendored
@@ -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
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user