From 3270ba5e383587e38ff7b4e8bb7f5d4cf7813766 Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.me.uk>
Date: Thu, 8 May 2008 14:57:53 +0100
Subject: Removed zlib dependancy which is no longer needed (as we no longer
 track media contents)

---
 README       | 2 +-
 configure.ac | 3 ---
 2 files changed, 1 insertion(+), 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"
-- 
cgit v1.2.3