From b4b65a7890c5b8d95f5bbc39d0f35a3d54088036 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Sep 2008 21:50:27 -0400 Subject: Revert "[configure] Append -lz to LIBS" This reverts commit 9c207b24542edb2e8e388329471ab9e7d7d61ff9. I pushed a proper fix in last commit. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') 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/)"]) -- cgit v1.2.3