diff 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
line wrap: on
line diff
--- a/configure.in	Thu Sep 03 16:19:08 2009 +0200
+++ b/configure.in	Thu Sep 03 17:24:06 2009 -0400
@@ -2028,6 +2028,11 @@
 #define HAVE_FFTW
 #endif
 
+// Backward compatibility.
+#if defined (HAVE_Z)
+#define HAVE_ZLIB
+#endif
+
 #include "oct-dlldefs.h"
 #include "oct-types.h"
 ])