[banshee] configure: Show version of dependency required for boo, in summary



commit 5f458a371d2e1d9343c6fc184d17c085e90c8c8b
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Tue Dec 11 17:20:57 2012 +0000

    configure: Show version of dependency required for boo, in summary

 build/m4/banshee/boo.m4 |    4 +++-
 configure.ac            |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/build/m4/banshee/boo.m4 b/build/m4/banshee/boo.m4
index 94d4e04..3770c3c 100644
--- a/build/m4/banshee/boo.m4
+++ b/build/m4/banshee/boo.m4
@@ -1,5 +1,7 @@
 AC_DEFUN([BANSHEE_CHECK_BOO],
 [
+	BOO_REQUIRED=0.8.1
+
 	AC_ARG_ENABLE([boo], AC_HELP_STRING([--disable-boo], 
 		[Do not build with boo support]),
 		[
@@ -12,7 +14,7 @@ AC_DEFUN([BANSHEE_CHECK_BOO],
 	)
 
 	if test "x$enable_boo" = "xyes"; then
-		PKG_CHECK_MODULES(BOO, boo >= 0.8.1)
+		PKG_CHECK_MODULES(BOO, boo >= $BOO_REQUIRED)
 		AC_SUBST(BOO_LIBS)
 		AM_CONDITIONAL(HAVE_BOO, true)
 	else
diff --git a/configure.ac b/configure.ac
index 7ea5157..af5087e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -391,7 +391,7 @@ ${PACKAGE}-${VERSION}
   Extra Features:
     Web Browser:           ${have_libwebkit} (webkit-1.0 >= $WEBKIT_MIN_VERSION, libsoup-2.4 >= $SOUP_MIN_VERSION)
       + GNOME Proxy        ${have_libsoup_gnome} (libsoup-gnome-2.4 >= $SOUP_GNOME_MIN_VERSION)
-    Boo Scripting:         ${enable_boo}
+    Boo Scripting:         ${enable_boo} (boo >= $BOO_REQUIRED)
     DAAP:                  ${enable_daap}
     GIO Backend:           ${enable_gio} (glib >= 2.22, gio-sharp >= 2.22.3, and gtk-sharp-beans)
     GIO Hardware:          ${enable_gio_hardware} (gudev-sharp, gkeyfile-sharp)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]