configure: Bump neon requirement to 0.27.0

Needed in order to have ne_set_connect_timeout

Fixes bug #625076
This commit is contained in:
Jan Schmidt 2010-08-27 15:49:39 +10:00 committed by Sebastian Dröge
parent 4d7ce8c506
commit dab76bc68e

View file

@ -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)
])