Commit f6413d2d authored by Avuton Olrich's avatar Avuton Olrich

configure: Fix configure warning presented by lastfm radio.

The configure problem was: ./configure: line 6934: ,: command not found
parent 01cf7fea
...@@ -263,7 +263,7 @@ if test x$enable_lastfm = xyes; then ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment