From 93ee0f26d9139729efbc6f20f6295d3ef12953e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 14 Oct 2007 17:22:18 +0000 Subject: 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. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d082c52b..9a85ba63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-14 Sebastian Dröge + + * 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. + 2007-10-10 Tim-Philipp Müller * configure.ac: 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) ]) -- cgit v1.2.1