changeset 45:c8d93594e5f1 trunk

[svn] - drop libmusicbrainz requirement
author nenolod
date Thu, 21 Sep 2006 04:03:13 -0700
parents e27d735eaa21
children 653288afa6e7
files ChangeLog configure.ac
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Sep 20 22:20:52 2006 -0700
+++ b/ChangeLog	Thu Sep 21 04:03:13 2006 -0700
@@ -1,3 +1,12 @@
+2006-09-21 05:20:52 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [88]
+  - configure option for chardet was missing.
+  
+
+  Changes:        Modified:
+  +12 -1          trunk/configure.ac  
+
+
 2006-09-20 15:25:46 +0000  Jonathan Schleifer <js@h3c.de>
   revision [86]
   Added some missing targets for the .a files
--- a/configure.ac	Wed Sep 20 22:20:52 2006 -0700
+++ b/configure.ac	Thu Sep 21 04:03:13 2006 -0700
@@ -918,9 +918,6 @@
 
 scrobbler="yes"
 
-dnl Checks for libmusicbrainz
-PKG_CHECK_MODULES(MUSICBRAINZ, [libmusicbrainz >= 2.0.0], , [scrobbler="no"])
-
 dnl libcurl check
 
 my_cv_curl_vers=NONE
@@ -939,7 +936,6 @@
 
 AC_SUBST(CURL_CFLAGS)
 AC_SUBST(CURL_LIBS)
-AC_SUBST(MUSICBRAINZ_LIBS)
 
 dnl *** End of Scrobbler checks ***