From 111ab9a929dd220e0304e2e77de8ee737b60ad2c Mon Sep 17 00:00:00 2001 From: GregNoel Date: Fri, 7 Nov 2008 00:38:32 +0000 Subject: [PATCH] Issue 2236: Add comment to clarify Configure.CheckType() git-svn-id: http://scons.tigris.org/svn/scons/trunk@3769 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- doc/man/scons.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 78def408..921103f7 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -6939,6 +6939,10 @@ or .B C++ and selects the compiler to be used for the check; the default is "C". +Example: +.ES +sconf.CheckType('foo_type', '#include "my_types.h"', 'C++') +.EE .TP .RI Configure.CheckCC( self ) -- 2.26.2