From eb4b11c780ec76f2e420c6823a52d4754d759a96 Mon Sep 17 00:00:00 2001
From: Tim Mayberry <mojofunk@gmail.com>
Date: Tue, 15 Apr 2008 12:48:51 +1000
Subject: [PATCH] Don't check for fftw3 header when building with FFT_ANALYSIS as fftw3 library is required by default

---
 SConstruct |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/SConstruct b/SConstruct
index 48f3a99..dc56f48 100644
--- a/SConstruct
+++ b/SConstruct
@@ -521,18 +521,6 @@ libraries['fftw3f'].ParseConfig('pkg-config --cflags --libs fftw3f')
 libraries['fftw3'] = LibraryInfo()
 libraries['fftw3'].ParseConfig('pkg-config --cflags --libs fftw3')
 
-if env['FFT_ANALYSIS']:
-        #
-        # Check for fftw3 header as well as the library
-        #
-
-        conf = Configure(libraries['fftw3'])
-
-        if conf.CheckHeader ('fftw3.h') == False:
-            print ('Ardour cannot be compiled without the FFTW3 headers, which do not seem to be installed')
-            sys.exit (1)            
-        conf.Finish()
-
 if env['FREESOUND']:
         #
         # Check for curl header as well as the library
-- 
1.5.4.1

