From: Robert Roebling Date: Sun, 22 Feb 2004 12:58:50 +0000 (+0000) Subject: MacOS Carbon now has a toggle button. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c14e9648474896341c86c6b324fac6163d0a7db3 MacOS Carbon now has a toggle button. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index 659f2cb926..0b43af54ec 100644 --- a/configure.in +++ b/configure.in @@ -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