- echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
-echo "configure:11603: checking for deflate in -lz" >&5
+ :
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+
+else
+ cat > conftest.$ac_ext <<EOF
+#line 11616 "configure"
+#include "confdefs.h"
+
+ #include <zlib.h>
+ #include <stdio.h>
+
+
+ int main()
+ {
+ FILE *f=fopen("conftestval", "w");
+ if (!f) exit(1);
+ fprintf(f, "%s",
+ ZLIB_VERSION[0] == '1' &&
+ (ZLIB_VERSION[2] > '1' ||
+ (ZLIB_VERSION[2] == '1' &&
+ ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
+ exit(0);
+ }
+
+
+EOF
+if { (eval echo configure:11637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+then
+ ac_cv_header_zlib_h=`cat conftestval`
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -fr conftest*
+ ac_cv_header_zlib_h=no
+fi
+rm -fr conftest*
+fi
+
+
+fi
+
+echo "$ac_t""$ac_cv_header_zlib_h" 1>&6
+
+ if test "$ac_cv_header_zlib_h" = "yes"; then
+ echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
+echo "configure:11656: checking for deflate in -lz" >&5