]> git.saurik.com Git - wxWidgets.git/commitdiff
eliminate possibility of configure enabling gnomeprint with GTK3
authorPaul Cornett <paulcor@bullseye.com>
Sun, 1 Jul 2012 17:44:44 +0000 (17:44 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 1 Jul 2012 17:44:44 +0000 (17:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index ab1240606f1bf6d1a2a1d1aebaf5a62940f76981..16defa075d83a0d19b839dc6676889e309c7aa63 100755 (executable)
--- 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
 
 
index 5040f3985b537af0bf98f920f96ca56489ef7293..9d6a73e3c2e35f34c6a99a1ca8c5190b88119fd7 100644 (file)
@@ -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,