summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--configure.ac3
2 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index ad2359e..6c36bb6 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ and redistribute it however you see fit, provided you extend the same
freedom to others by releasing derivatives with the same license.
-Dependancies
-libxml2 2.0.0+ Compiled with zlib support
+libxml2 2.0.0+
libcurl 7.7.2+
-Install
diff --git a/configure.ac b/configure.ac
index 288bbcd..5b354a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,9 +15,6 @@ AC_PROG_INSTALL
# Checks for libraries.
-dnl check for zlib
-CHECK_ZLIB()
-
dnl check for libxml2
AM_PATH_XML2([2.0.0])
CFLAGS="$CFLAGS $XML_CPPFLAGS"