aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)