]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo for MSW cross-compilation
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 May 2002 16:40:20 +0000 (16:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 May 2002 16:40:20 +0000 (16:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 4ab94888abe27d49d4523c2dee34da7540b09489..5b7eeb8b8d8b820d222b2911874a8cfd834433d6 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.
index 7bbfa3dcc25aed22b5d3c039d4d568bd27c6abc9..ae5cf1a847844a5ecc912948fe966f9708656c64 100644 (file)
@@ -708,7 +708,7 @@ AC_ARG_WITH(gtk,           [  --with-gtk              use GTK+], [wxUSE_GTK="$wi
 AC_ARG_WITH(motif,         [  --with-motif            use Motif/Lesstif], [wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1])
 AC_ARG_WITH(mac,           [  --with-mac              use Mac OS X], [wxUSE_MAC="$withval" TOOLKIT_GIVEN=1])
 AC_ARG_WITH(wine,          [  --with-wine             use WINE], [wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1])
-AC_ARG_WITH(msw,           [  --with-msw              use MS-Windows], [wxUSE_MSW="$withval" CACHE_MSW TOOLKIT_GIVEN=1])
+AC_ARG_WITH(msw,           [  --with-msw              use MS-Windows], [wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1])
 AC_ARG_WITH(pm,            [  --with-pm               use OS/2 Presentation Manager], [wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1])
 AC_ARG_WITH(mgl,           [  --with-mgl              use SciTech MGL], [wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1])
 AC_ARG_WITH(microwin,      [  --with-microwin         use MicroWindows], [wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1])