From 197a0e7c21e1b509d41ba60dde35a0cdde44cda8 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 8 May 2004 09:16:36 +0000 Subject: [PATCH] OS/2 PM does not yet support toggle button. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index cbce640db0..ed5bc0b58d 100644 --- a/configure.in +++ b/configure.in @@ -4978,6 +4978,11 @@ if test "$wxUSE_TOGGLEBTN" = "yes"; then if test "$wxUSE_MAC" = 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])