Disable building of fftw

This commit is contained in:
Daniel Genrich 2008-10-01 17:02:38 +00:00
parent 0caa92a49c
commit 611b4b383a

3
extern/SConscript vendored

@ -32,4 +32,5 @@ if env['WITH_BF_REDCODE'] and env['BF_REDCODE_LIB'] == '':
if env['OURPLATFORM'] == 'linux2': if env['OURPLATFORM'] == 'linux2':
SConscript(['binreloc/SConscript']); SConscript(['binreloc/SConscript']);
SConscript(['fftw/SConscript']) # FFTW not needed atm - dg
# SConscript(['fftw/SConscript'])