wxToggleButton for wxUniversal: configure changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-05-23 18:09:50 +00:00
parent b7540dc1ec
commit d25774ab97
2 changed files with 698 additions and 377 deletions

1071
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -6462,10 +6462,6 @@ if test "$wxUSE_TOGGLEBTN" = "yes"; then
AC_MSG_WARN([Toggle button not yet supported under Mac OS X... disabled])
wxUSE_TOGGLEBTN=no
fi
if test "$wxUSE_UNIVERSAL" = "yes"; then
AC_MSG_WARN([Toggle button not yet supported under wxUniversal... disabled])
wxUSE_TOGGLEBTN=no
fi
if test "$wxUSE_TOGGLEBTN" = "yes"; then
AC_DEFINE(wxUSE_TOGGLEBTN)