[grilo-plugins/fremantle: 14/27] Moved GIO to GnomeVFS dependencies when configuring jamendo plugin



commit 7888dd0e26e96ec9deaf0616ed04347f59f7c62d
Author: Xabier Rodriguez Calvar <xrcalvar igalia com>
Date:   Mon Apr 19 15:19:30 2010 +0200

    Moved GIO to GnomeVFS dependencies when configuring jamendo plugin

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d72ba13..95ae52c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,8 +191,8 @@ AC_ARG_ENABLE(jamendo,
         [
                 case "$enableval" in
                      yes)
-                        if test "x$HAVE_GIO" = "xno"; then
-                           AC_MSG_ERROR([GIO not found, install it or use --disable-jamendo])
+                        if test "x$HAVE_GNOMEVFS" = "xno"; then
+                           AC_MSG_ERROR([GNOMEVFS not found, install it or use --disable-jamendo])
                         fi
                         if test "x$HAVE_XML" = "xno"; then
                            AC_MSG_ERROR([xml2 not found, install it or use --disable-jamendo])
@@ -201,7 +201,7 @@ AC_ARG_ENABLE(jamendo,
                 esac
         ],
         [
-                if test "x$HAVE_GIO" = "xyes" -a "x$HAVE_XML" = "xyes"; then
+                if test "x$HAVE_GNOMEVFS" = "xyes" -a "x$HAVE_XML" = "xyes"; then
                    enable_jamendo=yes
                 else
                    enable_jamendo=no



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