configure: Bump neon requirement to 0.27.0
authorJan Schmidt <thaytan@noraisin.net>
Fri, 27 Aug 2010 05:49:39 +0000 (15:49 +1000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 Aug 2010 13:15:43 +0000 (15:15 +0200)
Needed in order to have ne_set_connect_timeout

Fixes bug #625076

configure.ac

index fccaab327d3a3e76307a4e95cc7ac2b7d1ecffc0..14375014163241765124a31d040f947ca761b19b 100644 (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)
   ])