diff options
author | David Cournapeau <cournape@gmail.com> | 2008-01-13 07:44:53 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-01-13 07:44:53 +0000 |
commit | bced46f0daf57fc0c559f231035b2e11cc238295 (patch) | |
tree | 611f8f3906ffa3bd22da17d2bb79288a67c4b779 /numpy/core/SConstruct | |
parent | 39097a8b2e944efa86fc1143c5b8ab4043e4cc4a (diff) | |
download | numpy-bced46f0daf57fc0c559f231035b2e11cc238295.tar.gz |
Typo in numpy.core SConstruct
Diffstat (limited to 'numpy/core/SConstruct')
-rw-r--r-- | numpy/core/SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/SConstruct b/numpy/core/SConstruct index 6a537a777..338ce85fa 100644 --- a/numpy/core/SConstruct +++ b/numpy/core/SConstruct @@ -1,4 +1,4 @@ -# Last Change: Wed Jan 09 12:00 AM 2008 J +# Last Change: Sun Jan 13 04:00 PM 2008 J # vim:syntax=python import os import sys @@ -63,7 +63,7 @@ if is_npy_no_signal(): #--------------------- # Checking SMP option #--------------------- -st = define_no_smp(): +st = define_no_smp() numpyconfig_sym.append(('NPY_NOSMP', st)) config.Define('NPY_NOSMP', st, "define to 1 to disable SMP support ") |