From dab76bc68ef49d0a4c77809f049d90def8aee083 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 27 Aug 2010 15:49:39 +1000 Subject: [PATCH] configure: Bump neon requirement to 0.27.0 Needed in order to have ne_set_connect_timeout Fixes bug #625076 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fccaab327d..1437501416 100644 --- a/configure.ac +++ b/configure.ac @@ -1201,7 +1201,7 @@ AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [ dnl *** neon *** translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true) AG_GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [ - PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.29.99, HAVE_NEON="yes", [ + PKG_CHECK_MODULES(NEON, neon >= 0.27.0 neon <= 0.29.99, HAVE_NEON="yes", [ HAVE_NEON="no" AC_MSG_RESULT(no) ])