From f6413d2d5fe8983d97cc07cd057c72b0da633446 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 5 Mar 2009 16:21:53 -0800 Subject: configure: Fix configure warning presented by lastfm radio. The configure problem was: ./configure: line 6934: ,: command not found --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1e1669085..c72c5953c 100644 --- a/configure.ac +++ b/configure.ac @@ -263,7 +263,7 @@ if test x$enable_lastfm = xyes; then AC_MSG_ERROR([Cannot enable last.fm radio without curl]) 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 AM_CONDITIONAL(ENABLE_LASTFM, test x$enable_lastfm = xyes) -- cgit v1.2.3