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