src/aubio_priv.h: use HAVE_FFTW3, not _H
authorPaul Brossier <piem@piem.org>
Fri, 25 Sep 2009 20:00:44 +0000 (22:00 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 25 Sep 2009 20:00:44 +0000 (22:00 +0200)
src/aubio_priv.h

index 755a523c1b797911d99f10521ed6d6dea315a85f..ad8ec3d00e2d0fb8a6c91e82c2d1e528dcd5f038 100644 (file)
@@ -49,7 +49,7 @@
 #include <complex.h>
 #endif
 
-#if HAVE_FFTW3_H
+#if HAVE_FFTW3 || HAVE_FFTW3F
 #include <fftw3.h>
 #endif