Reduced minimum versions for fuse and libxml-2

Resolves issue #110 - see issue for more details



git-svn-id: http://s3fs.googlecode.com/svn/trunk@223 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
mooredan@suncup.net 2010-10-30 02:32:49 +00:00
parent ef630253d6
commit 08a611217a

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(s3fs, 1.01)
AC_INIT(s3fs, 1.02)
AC_CANONICAL_SYSTEM
@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE()
AC_PROG_CXX
PKG_CHECK_MODULES([DEPS], [fuse >= 2.8 libcurl >= 7.0 libxml-2.0 >= 2.7 libcrypto >= 0.9])
PKG_CHECK_MODULES([DEPS], [fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9])
AC_CONFIG_FILES(Makefile src/Makefile)
AC_OUTPUT