From 06629565dcc8eb8cdeb4c8003384eeec90aca8e0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Dec 2006 22:40:25 +0000 Subject: [PATCH] enable gnomeprint code by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- docs/changes.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ae0cbcb08e..b7cf1bc96b 100755 --- a/configure +++ b/configure @@ -2447,7 +2447,7 @@ else DEFAULT_wxUSE_LIBXPM=yes DEFAULT_wxUSE_LIBMSPACK=yes DEFAULT_wxUSE_LIBSDL=no - DEFAULT_wxUSE_LIBGNOMEPRINT=no + DEFAULT_wxUSE_LIBGNOMEPRINT=yes DEFAULT_wxUSE_LIBGNOMEVFS=no DEFAULT_wxUSE_LIBHILDON=no DEFAULT_wxUSE_ODBC=no diff --git a/configure.in b/configure.in index b96803021c..b2f0e97e40 100644 --- a/configure.in +++ b/configure.in @@ -634,7 +634,7 @@ else DEFAULT_wxUSE_LIBXPM=yes DEFAULT_wxUSE_LIBMSPACK=yes DEFAULT_wxUSE_LIBSDL=no - DEFAULT_wxUSE_LIBGNOMEPRINT=no + DEFAULT_wxUSE_LIBGNOMEPRINT=yes DEFAULT_wxUSE_LIBGNOMEVFS=no DEFAULT_wxUSE_LIBHILDON=no DEFAULT_wxUSE_ODBC=no diff --git a/docs/changes.txt b/docs/changes.txt index 11bc47260c..ad60c6f249 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -110,6 +110,7 @@ wxMSW: wxGTK: - Allow dynamically changing most of text control styles +- Enable use of libgnomeprintui by default in configure 2.7.2 -- 2.50.0