comparison configure.ac @ 148:9d9fc9e1de48 trunk

[svn] - nuke paranormal (i will put a different paranormal back soon, no worries)
author nenolod
date Mon, 30 Oct 2006 22:39:27 -0800
parents 03cfb311eafd
children fd9c0a5871ac
comparison
equal deleted inserted replaced
147:51f5b9cc0dc3 148:9d9fc9e1de48
1030 AC_MSG_WARN([*** libxml2 is not installed. Paranormal nor XSPF support will not be built. ***]) 1030 AC_MSG_WARN([*** libxml2 is not installed. Paranormal nor XSPF support will not be built. ***])
1031 have_paranormal="no" 1031 have_paranormal="no"
1032 have_xspf="no" 1032 have_xspf="no"
1033 ]) 1033 ])
1034 1034
1035 if test "$have_paranormal" = "yes"; then 1035 #if test "$have_paranormal" = "yes"; then
1036 VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS paranormal" 1036 # VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS paranormal"
1037 fi 1037 #fi
1038 1038
1039 if test "$have_xspf" = "yes"; then 1039 if test "$have_xspf" = "yes"; then
1040 CONTAINER_PLUGINS="$CONTAINER_PLUGINS xspf" 1040 CONTAINER_PLUGINS="$CONTAINER_PLUGINS xspf"
1041 AC_DEFINE(HAVE_XSPF_PLAYLIST, 1, [Define if XSPF playlists are available.]) 1041 AC_DEFINE(HAVE_XSPF_PLAYLIST, 1, [Define if XSPF playlists are available.])
1042 fi 1042 fi