X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f7997442007946449b069d250da01f14cdff236..1b8865e92caa043cf31043e38a788d8d4a9286e0:/include/wx/chkconf.h diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 7ac15bfa8b..8732dfc01b 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -851,6 +851,16 @@ # endif #endif /* wxUSE_UNICODE_MSLU */ +#if !wxUSE_DYNLIB_CLASS +# if wxUSE_DYNAMIC_LOADER +# ifdef wxABORT_ON_CONFIG_ERROR +# error "wxUSE_DYNAMIC_LOADER requires wxUSE_DYNLIB_CLASS." +# else +# define wxUSE_DYNLIB_CLASS 1 +# endif +# endif +#endif /* wxUSE_DYNLIB_CLASS */ + /* the rest of the tests is for the GUI settings only */ #if wxUSE_GUI