configure.ac: Add support for neon 0.28, which didn't change API. Fixes bug #524035.

Original commit message from CVS:
Patch by: Ed Catmur <ed at catmur dot co dot uk>
* configure.ac:
Add support for neon 0.28, which didn't change API. Fixes bug #524035.
This commit is contained in:
Ed Catmur 2008-03-25 15:17:58 +00:00 committed by Sebastian Dröge
parent fe1f183340
commit 09ec92549f
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2008-03-25 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Ed Catmur <ed at catmur dot co dot uk>
* configure.ac:
Add support for neon 0.28, which didn't change API. Fixes bug #524035.
2008-03-24 Rene Stadler <mail@renestadler.de>
* gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),

View file

@ -840,7 +840,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.27.99, HAVE_NEON="yes", [
PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.28.99, HAVE_NEON="yes", [
HAVE_NEON="no"
AC_MSG_RESULT(no)
])