configure: Fix configure warning presented by lastfm radio.
The configure problem was: ./configure: line 6934: ,: command not found
This commit is contained in:
parent
01cf7feac7
commit
f6413d2d5f
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user