configure.ac: Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change until...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 13 Feb 2008 11:22:06 +0000 (11:22 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 13 Feb 2008 11:22:06 +0000 (11:22 +0000)
Original commit message from CVS:
* configure.ac:
Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
until 0.7 fortunately.

ChangeLog
configure.ac

index 9cf452f..a95e06d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * configure.ac:
+       Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
+       until 0.7 fortunately.
+
 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
 
        * configure.ac:
index 4cd49ce..2965037 100644 (file)
@@ -721,7 +721,7 @@ AG_GST_CHECK_FEATURE(MUSICBRAINZ, [musicbrainz tag generation], musicbrainz, [
 dnl *** MythTV ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_MYTHTV, true)
 AG_GST_CHECK_FEATURE(MYTHTV, [MythTV client plugins], mythtvsrc, [
-  PKG_CHECK_MODULES(GMYTH, gmyth >= 0.4 gmyth <= 0.4.99, HAVE_MYTHTV="yes", [
+  PKG_CHECK_MODULES(GMYTH, gmyth >= 0.4 gmyth <= 0.7.99, HAVE_MYTHTV="yes", [
     HAVE_MYTHTV="no"
     AC_MSG_RESULT(no)
   ])