aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-08 13:37:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-08 13:37:38 +0000
commit2e0d1a55c6d541b82438d259e3dd9db257b53103 (patch)
tree8de41e529688f52858c5577ec7d34b0390a962a9
parentdfd1a636b4fa858cd888fbbe0ee467cc6418decb (diff)
no need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does that
automatically!
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca1f78a8d..bf6dd35ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -768,7 +768,6 @@ case "$OPT_ZLIB" in
AC_CHECK_LIB(z, gzread,
[HAVE_LIBZ="1"
AC_SUBST(HAVE_LIBZ)
- LIBS="$LIBS -lz"
AC_DEFINE(HAVE_ZLIB_H, 1, [if you have the zlib.h header file])
AC_DEFINE(HAVE_LIBZ, 1, [If zlib is available])],
[ CPPFLAGS=$_cppflags