summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Green <tom78999@gmail.com>2009-10-23 10:48:25 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-10-23 10:50:24 +0100
commitdf6e65afe56b6435c08896e722a644dc33ae8726 (patch)
tree9616ca07591c3d404e0621f4cd0ba5c94af92b78
parente56b3ba6dc97333d005317d95e05d285e46d389b (diff)
configure: also build neonhttpsrc with libneon-29.x
Fixes #599332.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4b250fcce..a6f4fccb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1300,7 +1300,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.28.99, HAVE_NEON="yes", [
+ PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.29.99, HAVE_NEON="yes", [
HAVE_NEON="no"
AC_MSG_RESULT(no)
])