summaryrefslogtreecommitdiff
path: root/scipy_distutils/fcompiler.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2004-10-07 11:02:08 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2004-10-07 11:02:08 +0000
commit3a8d4dcb68555a37ef31b2cdf0d09c50021be422 (patch)
treec3a79746796015f1a2e076c1293f2aed403ed6fc /scipy_distutils/fcompiler.py
parent68603ef3f6378c318c722e3bc44d581b1d9be894 (diff)
downloadnumpy-3a8d4dcb68555a37ef31b2cdf0d09c50021be422.tar.gz
Prepearing for the 0.3.2 release.
Diffstat (limited to 'scipy_distutils/fcompiler.py')
-rw-r--r--scipy_distutils/fcompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy_distutils/fcompiler.py b/scipy_distutils/fcompiler.py
index 7aa11a8c3..7d8bb281b 100644
--- a/scipy_distutils/fcompiler.py
+++ b/scipy_distutils/fcompiler.py
@@ -308,7 +308,7 @@ class FCompiler(CCompiler):
conf = dist.get_option_dict('config_fc')
noopt = conf.get('noopt',[None,0])[1]
- if 0: # change to `if 1:` when making release.
+ if 1: # change to `if 1:` when making release.
# Don't use architecture dependent compiler flags:
noarch = 1
else: