[grilo-plugins/fremantle: 26/27] Moved youtube dependencies from GIO to GnomeVFS
- From: Xabier Rodriguez Calvar <xrcalvar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/fremantle: 26/27] Moved youtube dependencies from GIO to GnomeVFS
- Date: Mon, 19 Apr 2010 16:51:03 +0000 (UTC)
commit 4b406092b05f1529e3f9eb9754b20a5901d42573
Author: Xabier Rodriguez Calvar <xrcalvar igalia com>
Date: Mon Apr 19 18:09:56 2010 +0200
Moved youtube dependencies from GIO to GnomeVFS
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9e95680..8bf84d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -298,8 +298,8 @@ AC_ARG_ENABLE(youtube,
[
case "$enableval" in
yes)
- if test "x$HAVE_GIO" = "xno"; then
- AC_MSG_ERROR([GIO not found, install it or use --disable-youtube])
+ if test "x$HAVE_GNOMEVFS" = "xno"; then
+ AC_MSG_ERROR([GNOMEVFS not found, install it or use --disable-youtube])
fi
if test "x$HAVE_XML" = "xno"; then
AC_MSG_ERROR([xml2 not found, install it or use --disable-youtube])
@@ -308,7 +308,7 @@ AC_ARG_ENABLE(youtube,
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_youtube=yes
else
enable_youtube=no
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]