]> git.saurik.com Git - wxWidgets.git/commitdiff
enable gnomeprint code by default
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Dec 2006 22:40:25 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Dec 2006 22:40:25 +0000 (22:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in
docs/changes.txt

index ae0cbcb08eaf996fb7a635c6be8ce49b69eb2d6b..b7cf1bc96ba990ec2ff611dc06f8669e556d7855 100755 (executable)
--- 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
index b96803021cc92402036599fde7a3f7680e45fcbf..b2f0e97e4027087a3ae91ad8d8f247c6da026316 100644 (file)
@@ -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
index 11bc47260cb865d00d8623f70b4f2e59b2a95991..ad60c6f2491f2ff7ca201bec436c1b29c2063e82 100644 (file)
@@ -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