diff options
author | Nick White <git@njw.me.uk> | 2008-05-08 14:57:53 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2008-05-08 14:57:53 +0100 |
commit | 3270ba5e383587e38ff7b4e8bb7f5d4cf7813766 (patch) | |
tree | e81e8bfea73a57ff94206517d37dce5f4b090610 | |
parent | bc1779d27484746bef4c2208a4c63937941fe9cb (diff) |
Removed zlib dependancy which is no longer needed (as we no longer track media contents)
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -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" |