diff options
-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" |