]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed test to reflect the real current state of dynamic loading
authorRon Lee <ron@debian.org>
Thu, 3 Jan 2002 06:34:21 +0000 (06:34 +0000)
committerRon Lee <ron@debian.org>
Thu, 3 Jan 2002 06:34:21 +0000 (06:34 +0000)
dependencies.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h

index d1cbd51389a30af21b32b241333d40d19d770cb9..a83225b5251395e07d92f37eda67ce6be2edd6bd 100644 (file)
 #       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."