fixed typo for MSW cross-compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-05-07 16:40:20 +00:00
parent af0b153364
commit b4efce5efa
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -1925,7 +1925,7 @@ fi
# Check whether --with-msw or --without-msw was given.
if test "${with_msw+set}" = set; then
withval="$with_msw"
wxUSE_MSW="$withval" CACHE_MSW TOOLKIT_GIVEN=1
wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
fi
# Check whether --with-pm or --without-pm was given.