X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3c861501a451503b31c075ccb59d16b0ae01e99..90a77e64841dfcaf37103b6411987402739baa0b:/include/wx/dfb/chkconf.h diff --git a/include/wx/dfb/chkconf.h b/include/wx/dfb/chkconf.h index 860ea06cee..290fb62220 100644 --- a/include/wx/dfb/chkconf.h +++ b/include/wx/dfb/chkconf.h @@ -17,4 +17,8 @@ # error "wxDirectFB cannot be built without wxUniversal" #endif +#if !wxUSE_CONFIG +# error "wxFileConfig is required by wxDFB port" +#endif + #endif /* _WX_DFB_CHKCONF_H_ */