From: Ron Lee Date: Thu, 3 Jan 2002 06:34:21 +0000 (+0000) Subject: Changed test to reflect the real current state of dynamic loading X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/19f478fdd70258c408b6b21b8fa2d5172435fca6 Changed test to reflect the real current state of dynamic loading dependencies. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index d1cbd51389..a83225b525 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -878,7 +878,7 @@ # endif # endif /* !defined(wxUSE_DIALUP_MANAGER) */ -# if !(wxUSE_DYNAMIC_LOADER || wxUSE_DYNLIB_CLASS) +# if !wxUSE_DYNAMIC_LOADER # if wxUSE_MS_HTML_HELP # ifdef wxABORT_ON_CONFIG_ERROR # error "wxUSE_MS_HTML_HELP requires wxUSE_DYNAMIC_LOADER."