diff --git a/config/has_fftw3.cpp b/config/has_fftw3.cpp index ae5361138..804568570 100644 --- a/config/has_fftw3.cpp +++ b/config/has_fftw3.cpp @@ -7,10 +7,13 @@ int main() { + fftwq_plan plan; // early versions don't have this it seems. + fftw_cleanup(); fftwf_cleanup(); fftwl_cleanup(); + return 0; }