X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/050242339cc3e56f84fcc811d3e7f59fc2317747..9c805dec6caf3c98a3797898cffe795b5b56e606:/include/wx/mgl/chkconf.h?ds=sidebyside diff --git a/include/wx/mgl/chkconf.h b/include/wx/mgl/chkconf.h index 4f80358362..12ebd70cde 100644 --- a/include/wx/mgl/chkconf.h +++ b/include/wx/mgl/chkconf.h @@ -14,6 +14,9 @@ #ifndef _WX_MGL_CHKCONF_H_ #define _WX_MGL_CHKCONF_H_ +#ifndef __WXUNIVERSAL__ +# error "wxMGL cannot be built without wxUniversal" +#endif /* wxPalette is always needed */ #if !wxUSE_PALETTE @@ -55,11 +58,6 @@ # define wxUSE_DYNAMIC_LOADER 0 #endif /* wxUSE_DYNAMIC_LOADER */ -#if wxUSE_ODBC -# undef wxUSE_ODBC -# define wxUSE_ODBC 0 -#endif /* wxUSE_ODBC */ - #if wxUSE_DATAOBJ # undef wxUSE_DATAOBJ # define wxUSE_DATAOBJ 0