configure: Fix configure warning presented by lastfm radio.

The configure problem was:
./configure: line 6934: ,: command not found
This commit is contained in:
Avuton Olrich 2009-03-05 16:21:53 -08:00
parent 01cf7feac7
commit f6413d2d5f

View File

@ -263,7 +263,7 @@ if test x$enable_lastfm = xyes; then
AC_MSG_ERROR([Cannot enable last.fm radio without curl]) AC_MSG_ERROR([Cannot enable last.fm radio without curl])
fi fi
AC_DEFINE(ENABLE_LASTFM, 1, [Define when last.fm radio is enabled]), AC_DEFINE(ENABLE_LASTFM, 1, [Define when last.fm radio is enabled])
fi fi
AM_CONDITIONAL(ENABLE_LASTFM, test x$enable_lastfm = xyes) AM_CONDITIONAL(ENABLE_LASTFM, test x$enable_lastfm = xyes)