X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/050242339cc3e56f84fcc811d3e7f59fc2317747..6d8978f030996c834fcd29d85d95ebe261b8defc:/include/wx/x11/chkconf.h diff --git a/include/wx/x11/chkconf.h b/include/wx/x11/chkconf.h index b587067185..e3c9bec6f5 100644 --- a/include/wx/x11/chkconf.h +++ b/include/wx/x11/chkconf.h @@ -14,10 +14,18 @@ #ifndef _WX_X11_CHKCONF_H_ #define _WX_X11_CHKCONF_H_ - /* wxPalette is always needed */ #if !wxUSE_PALETTE # error "wxX11 requires wxUSE_PALETTE=1" #endif +#if wxUSE_SOCKETS && !wxUSE_SELECT_DISPATCHER +# ifdef wxABORT_ON_CONFIG_ERROR +# error "wxSocket requires wxSelectDispatcher in wxX11" +# else +# undef wxUSE_SELECT_DISPATCHER +# define wxUSE_SELECT_DISPATCHER 1 +# endif +#endif + #endif /* _WX_X11_CHKCONF_H_ */