diff --git a/configure b/configure index ab1240606f..16defa075d 100755 --- a/configure +++ b/configure @@ -33892,6 +33892,10 @@ $as_echo "yes" >&6; } fi fi + if test "$WXGTK3" = 1; then + wxUSE_LIBGNOMEPRINT=no + fi + if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then diff --git a/configure.in b/configure.in index 5040f3985b..9d6a73e3c2 100644 --- a/configure.in +++ b/configure.in @@ -5695,6 +5695,10 @@ if test "$WXGTK2" = 1; then ) fi + if test "$WXGTK3" = 1; then + wxUSE_LIBGNOMEPRINT=no + fi + if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then PKG_CHECK_MODULES(LIBGNOMEPRINTUI,