]> git.saurik.com Git - wxWidgets.git/commitdiff
do not halt gccXML because wxUSE_ACCESSIBILITY, even if it's being used under linux
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 8 Nov 2008 14:04:27 +0000 (14:04 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 8 Nov 2008 14:04:27 +0000 (14:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h

index 1c2a04c078f2bb17d008ba31b39a93c91a7a1da3..9e7dc854b219e95a2fd5b8600426dfb0e66b913f 100644 (file)
  */
 #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