diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-15 21:50:27 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-15 21:50:27 -0400 |
commit | b4b65a7890c5b8d95f5bbc39d0f35a3d54088036 (patch) | |
tree | 811b7ce0ba7252b88a0f46ecc8166fbe12194b25 /configure.ac | |
parent | eb092eadbb3439b579866564eee003683f2abc5c (diff) |
Revert "[configure] Append -lz to LIBS"
This reverts commit 9c207b24542edb2e8e388329471ab9e7d7d61ff9.
I pushed a proper fix in last commit.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9019ee68..c48a5dfd 100644 --- a/configure.ac +++ b/configure.ac @@ -27,9 +27,7 @@ AC_CACHE_SAVE dnl =========================================================================== AC_CHECK_LIB(z, compress, - [AC_CHECK_HEADER(zlib.h, [ - have_libz=yes - LIBS="$LIBS -lz"], + [AC_CHECK_HEADER(zlib.h, [have_libz=yes], [have_libz="no (requires zlib http://www.gzip.org/zlib/)"])], [have_libz="no (requires zlib http://www.gzip.org/zlib/)"]) |