summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-01-23 14:31:33 -0800
committerRoland McGrath <roland@redhat.com>2009-01-23 14:31:33 -0800
commit73e7737d91a4ede32a4fdffb7fc09c80e3544e49 (patch)
treef154de30113c94bb02c3c044921cd26fab78ee32 /configure.ac
parente72bf15cdf135a742a9214535a86fb5b2d420180 (diff)
downloadelfutils-73e7737d91a4ede32a4fdffb7fc09c80e3544e49.tar.gz
configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d7d58e1a..e78da952 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"