configure.ac: auto-detect libfluidsynth

Now that the libfluidsynth API was sanitized, we can enable the plugin
automatically if libfluidsynth is installed.
This commit is contained in:
Max Kellermann
2012-08-15 00:29:59 +02:00
parent b1bbd70f0f
commit 9c83464b95
3 changed files with 3 additions and 12 deletions

View File

@@ -217,8 +217,8 @@ AC_ARG_ENABLE(flac,
AC_ARG_ENABLE(fluidsynth,
AS_HELP_STRING([--enable-fluidsynth],
[enable MIDI support via fluidsynth (default: disable)]),,
enable_fluidsynth=no)
[enable MIDI support via fluidsynth (default: auto)]),,
enable_fluidsynth=auto)
AC_ARG_ENABLE(gme,
AS_HELP_STRING([--enable-gme],