From 11bb623a1fe50957b0dcc7ba179933e5ea414cef Mon Sep 17 00:00:00 2001 From: Greg Noel Date: Fri, 7 Nov 2008 00:38:32 +0000 Subject: Issue 2236: Add comment to clarify Configure.CheckType() --- doc/man/scons.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 78def40..921103f 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 ) -- cgit v0.12