diff options
Diffstat (limited to 'numpy/distutils/command/config.py')
-rw-r--r-- | numpy/distutils/command/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py index fd8a135fb..3434dffee 100644 --- a/numpy/distutils/command/config.py +++ b/numpy/distutils/command/config.py @@ -152,7 +152,7 @@ class was %s def check_header(self, header, include_dirs=None, library_dirs=None, lang='c'): self._check_compiler() return self.try_compile( - "/* we need a dummy line to make distutils happy */", + "/* we need a dummy line to make distutils happy */", [header], include_dirs) def check_decl(self, symbol, |