Commit c8c91d9a authored by Max Kellermann's avatar Max Kellermann

configure.ac: fix the --enable-alsa help string

--enable means "enable", not "disable".
parent 19f1bfdf
......@@ -591,8 +591,7 @@ dnl audio output plugins
dnl
AC_ARG_ENABLE(alsa,
AS_HELP_STRING([--enable-alsa],
[disable ALSA support]),,
AS_HELP_STRING([--enable-alsa], [enable ALSA support]),,
enable_alsa=auto)
AC_ARG_ENABLE(ao,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment