diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-10-14 17:22:18 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-10-14 17:22:18 +0000 |
commit | 93ee0f26d9139729efbc6f20f6295d3ef12953e9 (patch) | |
tree | 71e62305ce9a82278410a48a9041eda44b19c0d8 /configure.ac | |
parent | bb6c23aa436744475e48448dce389863c0b049a4 (diff) | |
download | gst-plugins-bad-93ee0f26d9139729efbc6f20f6295d3ef12953e9.tar.gz gst-plugins-bad-93ee0f26d9139729efbc6f20f6295d3ef12953e9.tar.bz2 gst-plugins-bad-93ee0f26d9139729efbc6f20f6295d3ef12953e9.zip |
configure.ac: Update the highest allowed neon version from 0.26.99 to 0.27.99.
Original commit message from CVS:
* configure.ac:
Update the highest allowed neon version from 0.26.99 to 0.27.99.
No code changes are required to work with the newest neon version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 47a56cfd..2037c12c 100644 --- a/configure.ac +++ b/configure.ac @@ -727,7 +727,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.26.99, HAVE_NEON="yes", [ + PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.27.99, HAVE_NEON="yes", [ HAVE_NEON="no" AC_MSG_RESULT(no) ]) |