summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2010-08-27 15:49:39 +1000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-30 15:15:43 +0200
commitdab76bc68ef49d0a4c77809f049d90def8aee083 (patch)
tree0665e219ffdae4a9522721a21b19ff5d0da5220b
parent4d7ce8c5068b89b149704d005187186eb9a75dce (diff)
configure: Bump neon requirement to 0.27.0
Needed in order to have ne_set_connect_timeout Fixes bug #625076
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fccaab327..143750141 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)
])