diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-02-21 15:44:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-02-21 15:44:05 +0000 |
commit | 231e251d949f8ef862113eca324039c8aeeda648 (patch) | |
tree | 3758a29a25f657b1f44c832ad61f5b96b31e4199 | |
parent | 0c0067a1b01d44017cdffe1be559ee8af1e68f32 (diff) | |
download | gst-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
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-02-21 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + Surely this is supposed to be >= a.b, not == a.b + 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: diff --git a/common b/common -Subproject c30611ac38336030fed6d258c6e558cc537adbc +Subproject c09cd18d328f740ac532377fa5605b0f712cc6f 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) ]) |