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
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -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
|
||||
|
||||
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user