commit | fffc4b7b3ac1f190bd256181b771e495495e296e | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed May 18 02:18:09 2005 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed May 18 02:18:09 2005 +0000 |
tree | a2a9cd863f6652e789e4ae7f0f8c2fcb787f8895 | |
parent | 5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py index 0be5b6b..9bdbb16 100644 --- a/Lib/distutils/sysconfig.py +++ b/Lib/distutils/sysconfig.py
@@ -147,7 +147,7 @@ """ if compiler.compiler_type == "unix": (cc, cxx, opt, cflags, ccshared, ldshared, so_ext) = \ - get_config_vars('CC', 'CXX', 'OPT', 'CFLAGS', + get_config_vars('CC', 'CXX', 'OPT', 'CFLAGS', 'CCSHARED', 'LDSHARED', 'SO') if os.environ.has_key('CC'):