diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-08-12 01:02:51 -0400 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-13 12:37:13 +0200 |
commit | f604bc49647204f6bf4bb0009466eb4d77d4e794 (patch) | |
tree | e84f0a3772947d3aa4f3f02f16ff20b78300a501 | |
parent | d346e7560682a824caf38add63cb3a55164de808 (diff) |
neonhttpsrc: allow building with neon-0.30
https://bugzilla.gnome.org/show_bug.cgi?id=705812
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 94e790b82..1bfbdac54 100644 --- a/configure.ac +++ b/configure.ac @@ -1688,7 +1688,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.27.0 neon <= 0.29.99, HAVE_NEON="yes", [ + PKG_CHECK_MODULES(NEON, neon >= 0.27.0 neon <= 0.30.99, HAVE_NEON="yes", [ HAVE_NEON="no" ]) AC_SUBST(NEON_CFLAGS) |