summaryrefslogtreecommitdiff
path: root/numpy/distutils
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils')
-rw-r--r--numpy/distutils/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/environment.py b/numpy/distutils/environment.py
index 01b5f9b7d..0a9e1c14f 100644
--- a/numpy/distutils/environment.py
+++ b/numpy/distutils/environment.py
@@ -54,7 +54,7 @@ class EnvironmentConfig(object):
if envvar is not None:
envvar_contents = os.environ.get(envvar)
if envvar_contents is not None:
- if append and os.environ.get('NPY_DISTUTILS_APPEND_FLAGS', '1') == '1':
+ if append and os.environ.get('NPY_DISTUTILS_APPEND_FLAGS', '0') == '1':
if var is None:
var = ''
try: