From 611b4b383ab56c92a3d09e670773cb66a7b61ad6 Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Wed, 1 Oct 2008 17:02:38 +0000 Subject: Disable building of fftw --- extern/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extern/SConscript') diff --git a/extern/SConscript b/extern/SConscript index ce425ef9579..4c892e1956d 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -32,4 +32,5 @@ if env['WITH_BF_REDCODE'] and env['BF_REDCODE_LIB'] == '': if env['OURPLATFORM'] == 'linux2': SConscript(['binreloc/SConscript']); -SConscript(['fftw/SConscript']) +# FFTW not needed atm - dg +# SConscript(['fftw/SConscript']) -- cgit v1.2.3