diff options
Diffstat (limited to 'SCons/Conftest.py')
-rw-r--r-- | SCons/Conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Conftest.py b/SCons/Conftest.py index 908713c..755020a 100644 --- a/SCons/Conftest.py +++ b/SCons/Conftest.py @@ -83,7 +83,7 @@ context.vardict context.havedict Dictionary holding results from the tests that are to be used - inside a program. Names often start with "HAVE_". These are zero + inside a program. Names often start with "HAVE\_". These are zero (feature not present) or one (feature present). Other variables may have any value, e.g., "PERLVERSION" can be a number and "SYSTEMNAME" a string. |