From dbc51126bb33edcd6455af1eab5b357753a6eb27 Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Thu, 7 Oct 2004 11:27:44 +0000 Subject: Increased micro version number and undone 0.3.2 release. --- scipy_distutils/fcompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scipy_distutils/fcompiler.py') diff --git a/scipy_distutils/fcompiler.py b/scipy_distutils/fcompiler.py index 7d8bb281b..7aa11a8c3 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 1: # change to `if 1:` when making release. + if 0: # change to `if 1:` when making release. # Don't use architecture dependent compiler flags: noarch = 1 else: -- cgit v1.2.1