rhythmbox r6085 - trunk



Author: hadess
Date: Mon Dec  1 12:01:59 2008
New Revision: 6085
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6085&view=rev

Log:
2008-12-01  Bastien Nocera  <hadess hadess net>

	* configure.ac: Detect if totem-pl-parser was built without
	Podcast parsing support, and refuse to build if so
	(Closes: #559576)



Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Dec  1 12:01:59 2008
@@ -74,6 +74,10 @@
 PKG_CHECK_MODULES(TOTEM_PLPARSER, totem-plparser >= $TOTEM_PLPARSER_REQS, have_totem_plparser=yes, have_totem_plparser=no)
 if test x$have_totem_plparser != xyes; then
    AC_MSG_ERROR([totem playlist parsing library not found or too old])
+else
+   if test "x`pkg-config --variable uselibcamel totem-plparser`" = "xno" ; then
+       AC_MSG_ERROR([totem playlist parsing library has Podcast parsing disabled])
+   fi
 fi
 
 AC_ARG_WITH(hal,



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