summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 86e6f3a)
raw | patch | inline | side by side (parent: 86e6f3a)
author | Max Kellermann <max.kellermann@gmail.com> | |
Sun, 19 Mar 2017 12:50:28 +0000 (13:50 +0100) | ||
committer | Max Kellermann <max.kellermann@gmail.com> | |
Sun, 19 Mar 2017 12:50:28 +0000 (13:50 +0100) |
These are implied by autoconf.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 3676ffcd720791554b3800579fb562d201beb702..cbd3989de985d45eb8f82df69448d31ac88f1f6a 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl enable colors
AC_ARG_ENABLE([colors],
AS_HELP_STRING([--enable-colors],
- [Enable color support]),
- [enable_colors=$enableval],
+ [Enable color support]),,
[enable_colors=auto])
AC_MSG_CHECKING([whether to include color support])
AS_IF([ test "x$enable_colors" = xyes || test "x$enable_colors" = xauto ],
AC_ARG_ENABLE([mouse],
AS_HELP_STRING([--enable-mouse],
- [Enable curses getmouse support @<:@default=yes@:>@]),
- [enable_mouse=$enableval],
+ [Enable curses getmouse support @<:@default=yes@:>@]),,
[enable_mouse=auto])
AC_MSG_CHECKING([whether to include mouse support])
AC_MSG_CHECKING([whether to include the lyrics screen])
AC_ARG_ENABLE([lyrics-screen],
AS_HELP_STRING([--enable-lyrics-screen],
- [Enable lyrics screen @<:@default=no@:>@]),
- [enable_lyrics_screen=$enableval],
+ [Enable lyrics screen @<:@default=no@:>@]),,
[enable_lyrics_screen=no])
case "$host_os" in