mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-04-08 Fred Gleason <fredg@paravelsystems.com>
* Changed the error message rendered when 'configure' fails to detect one or more of the MusicBrainz dependencies to be less ambiguous.
This commit is contained in:
@@ -237,7 +237,7 @@ fi
|
||||
# Check for MusicBrainz support libraries
|
||||
# (libdiscid, libmusicbrainz and libcoverart)
|
||||
#
|
||||
PKG_CHECK_MODULES(MUSICBRAINZ,libdiscid libmusicbrainz5 libcoverart,,[AC_MSG_ERROR([*** LibMusicBrainz not found ***])])
|
||||
PKG_CHECK_MODULES(MUSICBRAINZ,libdiscid libmusicbrainz5 libcoverart,,[AC_MSG_ERROR([*** One or more MusicBrainz libraries not found ***])])
|
||||
|
||||
#
|
||||
# Check for Id3Lib
|
||||
|
||||
Reference in New Issue
Block a user