build: Actually, we need bleeding edge libsoup

The stable version compiles, but just hangs =/
This commit is contained in:
Colin Walters 2012-06-06 22:12:49 -04:00
parent a496c464b9
commit 2df5294ce8

View File

@ -27,7 +27,7 @@ AC_CHECK_HEADER([attr/xattr.h],,[AC_MSG_ERROR([You must have attr/xattr.h from l
PKG_PROG_PKG_CONFIG
GIO_DEPENDENCY="gio-unix-2.0 >= 2.28"
SOUP_DEPENDENCY="libsoup-2.4 >= 2.38.0"
SOUP_DEPENDENCY="libsoup-2.4 >= 2.39.1"
LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0"
PKG_CHECK_MODULES(OT_DEP_GIO_UNIX, $GIO_DEPENDENCY)