diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index c1035aa9f..c25da264d 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -434,8 +434,6 @@ def configuration(parent_package='',top_path=None): # Check wether we can use inttypes (C99) formats if config_cmd.check_decl('PRIdPTR', headers = ['inttypes.h']): moredefs.append(('NPY_USE_C99_FORMATS', 1)) - else: - moredefs.append(('NPY_USE_C99_FORMATS', 0)) # Inline check inline = config_cmd.check_inline() |