diff options
author | Greg Noel <GregNoel@tigris.org> | 2008-11-07 00:38:32 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2008-11-07 00:38:32 (GMT) |
commit | 11bb623a1fe50957b0dcc7ba179933e5ea414cef (patch) | |
tree | 14c4c70dd21821d22d616e771f3ff5bbc2a81496 /doc | |
parent | 094644ba8d42c7207d30f86d09037352e9d8da50 (diff) | |
download | SCons-11bb623a1fe50957b0dcc7ba179933e5ea414cef.zip SCons-11bb623a1fe50957b0dcc7ba179933e5ea414cef.tar.gz SCons-11bb623a1fe50957b0dcc7ba179933e5ea414cef.tar.bz2 |
Issue 2236: Add comment to clarify Configure.CheckType()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 4 |
1 files changed, 4 insertions, 0 deletions
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 ) |