1. fixes for non-Posix sh in configure

2. better caching of wxUSE_<toolkit> argument
3. new wxString::PrintfV() is configured by configure


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-06-08 18:03:36 +00:00
parent a2b0fa12c9
commit ced859c3dc
3 changed files with 36 additions and 18 deletions

View File

@@ -270,7 +270,7 @@
/* ------------------------------------------------------------------------ */
/*
* Use wXLongLong (a.k.a. int64) class
* Use wxLongLong (a.k.a. int64) class
*/
#define wxUSE_LONGLONG 0
@@ -364,6 +364,13 @@
*/
#define wxUSE_SIZE_T_STRING_OPERATOR 0
/*
* Use the new experimental implementation of wxString::Printf()?
*
* Warning: enabling this may cause internal compiler errors with gcc!
*/
#define wxUSE_EXPERIMENTAL_PRINTF 0
/* ------------------------------------------------------------------------ */
/* misc options */
/* ------------------------------------------------------------------------ */