configure.ac: fix the --disable-ffmpeg help text

This commit is contained in:
Max Kellermann 2009-06-25 11:29:51 +02:00
parent f8f5d40532
commit d820a893cc

View File

@ -398,7 +398,7 @@ AC_ARG_ENABLE(audiofile,
AC_ARG_ENABLE(ffmpeg,
AS_HELP_STRING([--disable-ffmpeg],
[enable FFMPEG support (default: enable)]),,
[disable FFMPEG support (default: enable)]),,
enable_ffmpeg=yes)
AC_ARG_ENABLE(flac,