comparison configure.ac @ 883:c8d24c955736 trunk

[svn] - disable the scrobbler plugin if curl isn't there (for real)
author nenolod
date Sat, 25 Mar 2006 17:27:49 -0800
parents 2628b35b4573
children 6c9f9b81b76c
comparison
equal deleted inserted replaced
882:2628b35b4573 883:c8d24c955736
776 CURL_LIBS=`curl-config --libs` 776 CURL_LIBS=`curl-config --libs`
777 CURL_CFLAGS=`curl-config --cflags` 777 CURL_CFLAGS=`curl-config --cflags`
778 else 778 else
779 AC_MSG_RESULT([no]) 779 AC_MSG_RESULT([no])
780 AC_MSG_WARN([$ver is too old. Need version $check or higher. Scrobbler support will not be built.]) 780 AC_MSG_WARN([$ver is too old. Need version $check or higher. Scrobbler support will not be built.])
781 scrobbler="no"
781 fi 782 fi
782 else 783 else
783 AC_MSG_RESULT([no]) 784 AC_MSG_RESULT([no])
784 AC_MSG_WARN([curl-config was not found. Scrobbler support will not be built.]) 785 AC_MSG_WARN([curl-config was not found. Scrobbler support will not be built.])
786 scrobbler="no"
785 fi 787 fi
786 788
787 if test "x$scrobbler" = "xyes"; then 789 if test "x$scrobbler" = "xyes"; then
788 GENERAL_PLUGINS="$GENERAL_PLUGINS scrobbler" 790 GENERAL_PLUGINS="$GENERAL_PLUGINS scrobbler"
789 fi 791 fi