]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/config/has_fftw3.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / math / config / has_fftw3.cpp
index ae53611389990deda52ac680b7c0507879971530..80456857040fd50386e73a07e6132faf7e5f5b3d 100644 (file)
@@ -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;
 }