From 876667ae7d50e7d4e133d9a81751249aa529b01f Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 8 Apr 2020 19:59:09 -0400 Subject: [PATCH] 2020-04-08 Fred Gleason * Changed the error message rendered when 'configure' fails to detect one or more of the MusicBrainz dependencies to be less ambiguous. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9926988a..cfdaf0ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19769,3 +19769,7 @@ 2020-04-08 Patrick Linstruth * Modified rdlogmanager(1) to disable merge buttons if the selected log does not contain any import links. +2020-04-08 Fred Gleason + * Changed the error message rendered when 'configure' fails to + detect one or more of the MusicBrainz dependencies to be less + ambiguous. diff --git a/configure.ac b/configure.ac index 74633adb..d0c7aa49 100644 --- a/configure.ac +++ b/configure.ac @@ -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