From: Francesco Montorsi Date: Sat, 8 Nov 2008 14:04:27 +0000 (+0000) Subject: do not halt gccXML because wxUSE_ACCESSIBILITY, even if it's being used under linux X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93629862b938fd6e44d42328af18de9def7a0b80?ds=inline do not halt gccXML because wxUSE_ACCESSIBILITY, even if it's being used under linux git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 1c2a04c078..9e7dc854b2 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -1283,7 +1283,7 @@ */ #if wxUSE_GUI -#if wxUSE_ACCESSIBILITY && !defined(__WXMSW__) +#if wxUSE_ACCESSIBILITY && !defined(__WXMSW__) && !defined(__GCCXML__) # ifdef wxABORT_ON_CONFIG_ERROR # error "wxUSE_ACCESSIBILITY is currently only supported under wxMSW" # else