diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 18aa36191..f59d6e4b4 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 |