X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96fc10390b4e7f33bcbb8b0211607f8ab5ff8489..33328cd8828baafa97e8623e005b471486b61cc7:/autoconf_inc.m4 diff --git a/autoconf_inc.m4 b/autoconf_inc.m4 index 8d74b0a6cc..568de1d5a9 100644 --- a/autoconf_inc.m4 +++ b/autoconf_inc.m4 @@ -536,6 +536,18 @@ dnl ### begin block 20_COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0[wx.bkl] ### COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="" fi AC_SUBST(COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0) +dnl ### begin block 20_COND_TOOLKIT_DFB[wx.bkl] ### + COND_TOOLKIT_DFB="#" + if test "x$TOOLKIT" = "xDFB" ; then + COND_TOOLKIT_DFB="" + fi + AC_SUBST(COND_TOOLKIT_DFB) +dnl ### begin block 20_COND_TOOLKIT_DFB_USE_GUI_1[wx.bkl] ### + COND_TOOLKIT_DFB_USE_GUI_1="#" + if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then + COND_TOOLKIT_DFB_USE_GUI_1="" + fi + AC_SUBST(COND_TOOLKIT_DFB_USE_GUI_1) dnl ### begin block 20_COND_TOOLKIT_GTK[wx.bkl] ### COND_TOOLKIT_GTK="#" if test "x$TOOLKIT" = "xGTK" ; then