From 93629862b938fd6e44d42328af18de9def7a0b80 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 8 Nov 2008 14:04:27 +0000 Subject: [PATCH] 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 --- include/wx/chkconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2