diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-02-12 08:29:36 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-02-12 08:29:36 +0000 |
| commit | ea2b03ab54614f2d77aa92711d09ef993bfe8281 (patch) | |
| tree | 5e9f22a9f83af2ffc79ac1e09663d1e6a19f0100 /m4/python.m4 | |
| parent | 9f8196ca9368731446c7fc96a0982c3ab010218a (diff) | |
| download | libgpod-ea2b03ab54614f2d77aa92711d09ef993bfe8281.tar.gz libgpod-ea2b03ab54614f2d77aa92711d09ef993bfe8281.tar.xz libgpod-ea2b03ab54614f2d77aa92711d09ef993bfe8281.zip | |
* ChangeLog
INSTALL_CVS
configure.ac
bindings/python/gtkpod.py
bindings/python/ipod.py
bindings/python/examples/add_song.py
bindings/python/examples/create_mp3_tags_from_itdb.py:
updates and fixes from Nicholas Piper.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1394 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'm4/python.m4')
| -rw-r--r-- | m4/python.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/python.m4 b/m4/python.m4 index 7625904..cc5c6a0 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -121,8 +121,8 @@ AC_DEFUN([LIBGPOD_CHECK_PYTHON], fi AC_SUBST(PYTHON_LDFLAGS) - dnl check for eyeD3 module >= $PYTHON_EYED3_MIN_VERSION - AM_CHECK_PYMOD(eyeD3,$PYTHON_EYED3_MIN_VERSION,eyeD3.eyeD3Version,,with_python=no) + dnl check for mutagen module >= $PYTHON_MUTAGEN_MIN_VERSION + AM_CHECK_PYMOD(mutagen,$PYTHON_MUTAGEN_MIN_VERSION,mutagen.version_string,,with_python=no) dnl check for swig if test "X$with_python" == Xyes; then |
