From d74fa9eee03dcf86c43178117e428c2bceaa1928 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 11 Apr 2005 11:03:15 +0000 Subject: [PATCH 1/1] Make std_string, std_iostreams and gnomeprint default. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 2cae8bba07..9845f29ec1 100644 --- a/configure.in +++ b/configure.in @@ -608,7 +608,7 @@ else DEFAULT_wxUSE_LIBXPM=yes DEFAULT_wxUSE_LIBMSPACK=yes DEFAULT_wxUSE_LIBSDL=no - DEFAULT_wxUSE_LIBGNOMEPRINT=no + DEFAULT_wxUSE_LIBGNOMEPRINT=yes DEFAULT_wxUSE_ODBC=no DEFAULT_wxUSE_OPENGL=no @@ -616,8 +616,8 @@ else DEFAULT_wxUSE_STACKWALKER=yes DEFAULT_wxUSE_DEBUGREPORT=yes DEFAULT_wxUSE_SNGLINST_CHECKER=yes - DEFAULT_wxUSE_STD_IOSTREAM=no - DEFAULT_wxUSE_STD_STRING=no + DEFAULT_wxUSE_STD_IOSTREAM=yes + DEFAULT_wxUSE_STD_STRING=yes DEFAULT_wxUSE_CMDLINE_PARSER=yes DEFAULT_wxUSE_DATETIME=yes DEFAULT_wxUSE_TIMER=yes -- 2.45.2