diff liboctave/oct-fftw.cc @ 9523:0ce82753dd72

more configure changes for libraries
author John W. Eaton <jwe@octave.org>
date Thu, 13 Aug 2009 18:20:31 -0400
parents fb933db0c517
children 829e69ec3110
line wrap: on
line diff
--- a/liboctave/oct-fftw.cc
+++ b/liboctave/oct-fftw.cc
@@ -24,7 +24,7 @@
 #include <config.h>
 #endif
 
-#if defined (HAVE_FFTW3)
+#if defined (HAVE_FFTW)
 
 #include <iostream>
 #include <vector>
@@ -1019,7 +1019,6 @@
   return 0;
 }
 
-
 #endif
 
 /*