diff oct-conf-post.in.h @ 16332:5293cee91891

conditionally define HAVE_FFTW and HAVE_ZLIB in config.h * configure.ac: Conditionally define HAVE_FFTW and HAVE_ZLIB in config.h instead of defining them in oct-conf-post.h.
author John W. Eaton <jwe@octave.org>
date Sun, 17 Mar 2013 05:12:56 -0400
parents 306e0ac231d0
children d63878346099
line wrap: on
line diff
--- a/oct-conf-post.in.h	Sun Mar 17 05:01:00 2013 -0400
+++ b/oct-conf-post.in.h	Sun Mar 17 05:12:56 2013 -0400
@@ -112,17 +112,6 @@
 
 #define OCTAVE_EMPTY_CPP_ARG
 
-/* Octave is currently unable to use FFTW unless both float
-   and double versions are available.  */
-#if defined (HAVE_FFTW3) && defined (HAVE_FFTW3F)
-#define HAVE_FFTW
-#endif
-
-/* Backward compatibility.  */
-#if defined (HAVE_Z)
-#define HAVE_ZLIB
-#endif
-
 /* oct-dlldefs.h */
 
 #if defined (_MSC_VER)