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