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
This commit is contained in:
parent
0c0067a1b0
commit
231e251d94
@ -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>
|
2006-02-20 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
2
common
2
common
@ -1 +1 @@
|
|||||||
Subproject commit c30611ac38336030fed6d258c6e558cc537adbc5
|
Subproject commit c09cd18d328f740ac532377fa5605b0f712cc6fd
|
@ -543,7 +543,7 @@ GST_CHECK_FEATURE(MUSEPACK, [musepackdec], musepack, [
|
|||||||
dnl *** neon ***
|
dnl *** neon ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
|
||||||
GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
|
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_CFLAGS)
|
||||||
AC_SUBST(NEON_LIBS)
|
AC_SUBST(NEON_LIBS)
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user