From: Václav Slavík Date: Wed, 1 Aug 2001 22:50:49 +0000 (+0000) Subject: fixed overrestrictive test X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2119e28084cea5eb7e7d6f573fcc9249ec81355b?ds=inline fixed overrestrictive test git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 5aa28e95b6..c55cfd8b57 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -713,7 +713,7 @@ #endif /* wxUSE_DOC_VIEW_ARCHITECTURE */ #if !wxUSE_FILEDLG -# if wxUSE_DOC_VIEW_ARCHITECTURE || wxUSE_HTML +# if wxUSE_DOC_VIEW_ARCHITECTURE || wxUSE_WXHTML_HELP # ifdef wxABORT_ON_CONFIG_ERROR # error "wxFileDialog must be compiled as well" # else