comparison configure.ac @ 149:fd9c0a5871ac trunk

[svn] - new and IMPROVED paranormal visualization studio
author nenolod
date Mon, 30 Oct 2006 23:02:33 -0800
parents 9d9fc9e1de48
children dc19e2baf7e0
comparison
equal deleted inserted replaced
148:9d9fc9e1de48 149:fd9c0a5871ac
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