diff configure.ac @ 364:50347c06ec68 trunk

[svn] - make scrobbler behave better - put xspf check back in configure.ac (oops)
author nenolod
date Mon, 11 Dec 2006 06:07:12 -0800
parents bc3bae2880ec
children 8ab5fa857f33
line wrap: on
line diff
--- a/configure.ac	Mon Dec 11 05:19:44 2006 -0800
+++ b/configure.ac	Mon Dec 11 06:07:12 2006 -0800
@@ -966,6 +966,10 @@
 	VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS paranormal"
 fi
 
+if test "$have_xspf" = "yes"; then
+	CONTAINER_PLUGINS="$CONTAINER_PLUGINS xspf"
+fi
+
 dnl *** ProjectM (GL Milkdrop port)
 
 AC_ARG_ENABLE(projectm,