From: GregNoel Date: Fri, 7 Nov 2008 00:38:32 +0000 (+0000) Subject: Issue 2236: Add comment to clarify Configure.CheckType() X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=111ab9a929dd220e0304e2e77de8ee737b60ad2c;p=scons.git Issue 2236: Add comment to clarify Configure.CheckType() git-svn-id: http://scons.tigris.org/svn/scons/trunk@3769 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 )