#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
# 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