From: phantomjinx <pha...@us...> - 2012-06-01 22:10:19
|
commit 3e1a304b8908fff8ec7a11ecb94322ee5a9cd085 Author: phantomjinx <p.g...@ph...> Date: Fri Jun 1 23:01:53 2012 +0100 Fix typo for musicbrainz3 compilation option configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/configure.ac b/configure.ac index fd60c35..e0dcee1 100644 --- a/configure.ac +++ b/configure.ac @@ -388,7 +388,7 @@ if test "x$have_mb4" = "xyes"; then AM_CONDITIONAL(HAVE_MUSICBRAINZ4, true) dnl do not need musicbrainz 3 AM_CONDITIONAL(HAVE_MUSICBRAINZ3, false) -elif test "xhave_mb3" = "xyes"; then +elif test "x$have_mb3" = "xyes"; then AM_CONDITIONAL(HAVE_MUSICBRAINZ4, false) AM_CONDITIONAL(HAVE_MUSICBRAINZ3, true) else |