From d5cc191c9cd48a915ce0dfc6e49511b2fddb6746 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 1 Jul 2012 17:44:44 +0000 Subject: [PATCH] eliminate possibility of configure enabling gnomeprint with GTK3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 4 ++++ configure.in | 4 ++++ 2 files changed, 8 insertions(+) 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, -- 2.47.2