[patch] Fix FFTW3 macro checks

Jules Bergmann jules at codesourcery.com
Wed Jun 11 14:33:53 UTC 2008


The FFTW_HAVE_{*} variables are either set to 1 or left undefined. 
However, they were being checked with an "#if", which caused an error 
when left undefined.  This patch changes the guard to #ifdef instead.

Since I twisted Stefan's arm :) into keeping the PROVIDE_FFT_{*} macros 
set to either 1 or 0, I just want to make sure this looks OK.

Ok to apply?

				-- Jules

-- 
Jules Bergmann
CodeSourcery
jules at codesourcery.com
(650) 331-3385 x705
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fftw3.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20080611/028416a8/attachment.ksh>


More information about the vsipl++ mailing list