commit 3e1a304b8908fff8ec7a11ecb94322ee5a9cd085
Author: phantomjinx <[email protected]>
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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2