From 2df5294ce89bd7fad7e72435ea2ff16056dfada0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Jun 2012 22:12:49 -0400 Subject: [PATCH] build: Actually, we need bleeding edge libsoup The stable version compiles, but just hangs =/ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4e1497d5..4b36ad37 100644 --- a/configure.ac +++ b/configure.ac @@ -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)