From: Max Kellermann Date: Fri, 7 Nov 2008 12:27:29 +0000 (+0100) Subject: configure.ac: remove misplaced comma X-Git-Tag: v0.12_alpha1~29 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9e8806dadee58efe36151a6bca22d65487ed02ee;p=ncmpc.git configure.ac: remove misplaced comma --- diff --git a/configure.ac b/configure.ac index 18aa361..f59d6e4 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_ARG_ENABLE(mini, AM_CONDITIONAL(NCMPC_MINI, test x$enable_mini = xyes) if test "x$enable_mini" = xyes; then - AC_DEFINE([NCMPC_MINI], [1], [Build ncmpc-mini, which disables lots of features]), + AC_DEFINE([NCMPC_MINI], [1], [Build ncmpc-mini, which disables lots of features]) auto=no disable_mini=no ncurses=ncurses