diff --git a/include/wx/motif/chkconf.h b/include/wx/motif/chkconf.h index 4238e36874..aebce7c088 100644 --- a/include/wx/motif/chkconf.h +++ b/include/wx/motif/chkconf.h @@ -16,3 +16,6 @@ # define wxUSE_TAB_DIALOG 1 #endif +#if !defined(wxUSE_GADGETS) +# define wxUSE_GADGETS 0 +#endif