summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-21 15:44:05 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-21 15:44:05 +0000
commit231e251d949f8ef862113eca324039c8aeeda648 (patch)
tree3758a29a25f657b1f44c832ad61f5b96b31e4199 /configure.ac
parent0c0067a1b01d44017cdffe1be559ee8af1e68f32 (diff)
downloadgst-plugins-bad-231e251d949f8ef862113eca324039c8aeeda648.tar.gz
gst-plugins-bad-231e251d949f8ef862113eca324039c8aeeda648.tar.bz2
gst-plugins-bad-231e251d949f8ef862113eca324039c8aeeda648.zip
configure.ac: Surely this is supposed to be >= a.b, not == a.b
Original commit message from CVS: * configure.ac: Surely this is supposed to be >= a.b, not == a.b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4c52456..3bcb92d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -543,7 +543,7 @@ GST_CHECK_FEATURE(MUSEPACK, [musepackdec], musepack, [
dnl *** neon ***
translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
- PKG_CHECK_MODULES(NEON, neon = 0.25.5, HAVE_NEON="yes", HAVE_NEON="no")
+ PKG_CHECK_MODULES(NEON, neon >= 0.25.5, HAVE_NEON="yes", HAVE_NEON="no")
AC_SUBST(NEON_CFLAGS)
AC_SUBST(NEON_LIBS)
])