]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
authorRoland McGrath <roland@redhat.com>
Fri, 23 Jan 2009 22:31:33 +0000 (14:31 -0800)
committerRoland McGrath <roland@redhat.com>
Fri, 23 Jan 2009 22:31:33 +0000 (14:31 -0800)
ChangeLog
configure.ac

index c9b6888ebd50d475ec01148c9baff9a60e27dc3d..f6d54aaa269ff2f4a4f30c003f32d21ae8d6c729 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-01-23  Roland McGrath  <roland@redhat.com>
 
+       * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
+
        * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
        building with compiler support but no working runtime support.
 
index d7d58e1a1d655bc5b647a78a5d54c31e3063757f..e78da9526bd01c47213a223db22537153d9b4243 100644 (file)
@@ -203,7 +203,7 @@ dnl Test for zlib and bzlib, gives ZLIB/BZLIB .am
 dnl conditional and config.h USE_ZLIB/USE_BZLIB #define.
 save_LIBS="$LIBS"
 LIBS=
-eu_ZIPLIB(z,Z,z,gzdopen,gzip)
+eu_ZIPLIB(z,Z,z,gzdirect,gzip)
 eu_ZIPLIB(bz,BZ,bz2,BZ2_bzdopen,bzip2)
 zip_LIBS="$LIBS"
 LIBS="$save_LIBS"