From: Robert Roebling Date: Mon, 11 Apr 2005 11:03:15 +0000 (+0000) Subject: Make std_string, std_iostreams and gnomeprint default. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d74fa9eee03dcf86c43178117e428c2bceaa1928?hp=706fab6e69c434eeee77c486e8c3470ffd638a74 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 --- 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