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 755a523..ad8ec3d 100644 (file)
@@ -49,7 +49,7 @@
 #include <complex.h>
 #endif
 
-#if HAVE_FFTW3_H
+#if HAVE_FFTW3 || HAVE_FFTW3F
 #include <fftw3.h>
 #endif