]> git.saurik.com Git - wxWidgets.git/commitdiff
OS/2 PM does not yet support toggle button.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 8 May 2004 09:24:04 +0000 (09:24 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 8 May 2004 09:24:04 +0000 (09:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index c5fecb2d184ede3c9a7bafd9a7bf42337f43512f..99f9948b269681503d6720febdd030121a7ef193 100644 (file)
@@ -5453,6 +5453,11 @@ if test "$wxUSE_TOGGLEBTN" = "yes"; then
     if test "$wxUSE_COCOA" = 1 ; then
         AC_MSG_WARN([Toggle button not yet supported under Mac OS X... disabled])
         wxUSE_TOGGLEBTN=no
+    else
+        if test "$wxUSE_PM" = 1; then
+            AC_MSG_WARN([Toggle button not yet supported under PM... disabled])
+            wxUSE_TOGGLEBTN=no
+        fi
     fi
     if test "$wxUSE_UNIVERSAL" = "yes"; then
         AC_MSG_WARN([Toggle button not yet supported under wxUniversal... disabled])