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 /configure.ac | |
parent | bc1779d27484746bef4c2208a4c63937941fe9cb (diff) |
Removed zlib dependancy which is no longer needed (as we no longer track media contents)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
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" |