From 8a43eaecc1d97c81de2c45816117c9addccbdd21 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 24 Aug 2005 11:14:27 +0000 Subject: [PATCH] corrected comment explaining wxABORT_ON_CONFIG_ERROR git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chkconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 21e94aa006..a991742cb7 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -29,9 +29,9 @@ /* this global setting determines what should we do if the setting FOO - requires BAR and BAR is not set: we can either silently define BAR - (default, recommended) or give an error and abort (mainly useful for - developers only) + requires BAR and BAR is not set: we can either silently unset FOO as well + (do this if you're trying to build the smallest possible library) or give an + error and abort (default as leads to least surprizing behaviour) */ #define wxABORT_ON_CONFIG_ERROR -- 2.45.2