[grilo-plugins] build: Build SHOUTCast plugin automatically
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] build: Build SHOUTCast plugin automatically
- Date: Tue, 13 Dec 2011 16:57:10 +0000 (UTC)
commit 4e34445927f7ac2a0f5c5a3ac32808f9304b279e
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Tue Dec 13 15:22:56 2011 +0000
build: Build SHOUTCast plugin automatically
If requirements are fulfilled.
Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>
configure.ac | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 96e7c25..190313f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -497,7 +497,7 @@ AC_DEFINE_UNQUOTED([BOOKMARKS_PLUGIN_ID], ["$BOOKMARKS_PLUGIN_ID"], [Bookmarks p
AC_ARG_ENABLE(shoutcast,
AC_HELP_STRING([--enable-shoutcast],
- [enable SHOUTcast plugin (default: no)]),
+ [enable SHOUTcast plugin (default: auto)]),
[
case "$enableval" in
yes)
@@ -511,13 +511,12 @@ AC_ARG_ENABLE(shoutcast,
esac
],
[
- enable_shoutcast=no
-# Do not build SHOUTCast by default; it is broken
-# if test "x$HAVE_GRLNET" = "xyes" -a "x$HAVE_XML" = "xyes"; then
-# enable_shoutcast=yes
-# else
-# enable_shoutcast=no
-# fi
+ Do not build SHOUTCast by default; it is broken
+ if test "x$HAVE_GRLNET" = "xyes" -a "x$HAVE_XML" = "xyes"; then
+ enable_shoutcast=yes
+ else
+ enable_shoutcast=no
+ fi
])
AM_CONDITIONAL([SHOUTCAST_PLUGIN], [test "x$enable_shoutcast" = "xyes"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]