third_party: Import exact files from waf-2.0.8/waflib
[bbaumbach/samba-autobuild/.git] / third_party / waf / waflib / Tools / python.py
index 25841d03cf8ed60e2bfd2ac9ac67bebf9cd79e3c..52a05c668e31588580ab58ea69e1106c97daae8c 100644 (file)
@@ -446,9 +446,9 @@ def check_python_version(conf, minver=None):
        Check if the python interpreter is found matching a given minimum version.
        minver should be a tuple, eg. to check for python >= 2.4.2 pass (2,4,2) as minver.
 
-       If successful, PYTHON_VERSION is defined as 'MAJOR.MINOR' (eg. '2.4')
-       of the actual python version found, and PYTHONDIR and PYTHONARCHDIR
-       are defined, pointing to the site-packages directories appropriate for
+       If successful, PYTHON_VERSION is defined as 'MAJOR.MINOR'
+       (eg. '2.4') of the actual python version found, and PYTHONDIR is
+       defined, pointing to the site-packages directory appropriate for
        this python version, where modules/packages/extensions should be
        installed.