From c14e9648474896341c86c6b324fac6163d0a7db3 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 22 Feb 2004 12:58:50 +0000 Subject: [PATCH] MacOS Carbon now has a toggle button. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2