Mercurial > audlegacy
changeset 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 | d0e4d21eb125 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat Mar 25 17:10:10 2006 -0800 +++ b/configure.ac Sat Mar 25 17:27:49 2006 -0800 @@ -778,10 +778,12 @@ else AC_MSG_RESULT([no]) AC_MSG_WARN([$ver is too old. Need version $check or higher. Scrobbler support will not be built.]) + scrobbler="no" fi else AC_MSG_RESULT([no]) AC_MSG_WARN([curl-config was not found. Scrobbler support will not be built.]) + scrobbler="no" fi if test "x$scrobbler" = "xyes"; then