Issue 2236: Add comment to clarify Configure.CheckType()
authorGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 7 Nov 2008 00:38:32 +0000 (00:38 +0000)
committerGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 7 Nov 2008 00:38:32 +0000 (00:38 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3769 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/man/scons.1

index 78def408e049cfc852b95f02f3b631c9772ffcfa..921103f740a405485a0d597ed02787617aa52e8a 100644 (file)
@@ -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 )