]> git.saurik.com Git - wxWidgets.git/commitdiff
MacOS Carbon now has a toggle button.
authorRobert Roebling <robert@roebling.de>
Sun, 22 Feb 2004 12:58:50 +0000 (12:58 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 22 Feb 2004 12:58:50 +0000 (12:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 659f2cb926e61363c08ccec2d99794889aa22435..0b43af54ec0b531d47c880c73b8516f99666ac34 100644 (file)
@@ -5366,7 +5366,7 @@ if test "$wxUSE_TEXTCTRL" = "yes"; then
 fi
 
 if test "$wxUSE_TOGGLEBTN" = "yes"; then
-    if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
+    if test "$wxUSE_COCOA" = 1 ; then
         AC_MSG_WARN([Toggle button not yet supported under Mac OS X... disabled])
         wxUSE_TOGGLEBTN=no
     fi