comparison configure.in @ 9610:bb36a5730ecc

configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
author John W. Eaton <jwe@octave.org>
date Thu, 03 Sep 2009 17:24:06 -0400
parents 8bea4e89326f
children 16907d1153d1
comparison
equal deleted inserted replaced
9609:599e92aaa4c0 9610:bb36a5730ecc
2026 // and double versions are both available. 2026 // and double versions are both available.
2027 #if defined (HAVE_FFTW3) && defined (HAVE_FFTW3F) 2027 #if defined (HAVE_FFTW3) && defined (HAVE_FFTW3F)
2028 #define HAVE_FFTW 2028 #define HAVE_FFTW
2029 #endif 2029 #endif
2030 2030
2031 // Backward compatibility.
2032 #if defined (HAVE_Z)
2033 #define HAVE_ZLIB
2034 #endif
2035
2031 #include "oct-dlldefs.h" 2036 #include "oct-dlldefs.h"
2032 #include "oct-types.h" 2037 #include "oct-types.h"
2033 ]) 2038 ])
2034 2039
2035 ### Do the substitutions in all the Makefiles. 2040 ### Do the substitutions in all the Makefiles.