diff options
author | Max Kellermann <max@duempel.org> | 2012-08-15 00:29:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-15 00:48:52 +0200 |
commit | 9c83464b95a6e8145fee0a03bd151f4bc7a6cac7 (patch) | |
tree | d799abb71e32e596122a3ad8b02493a3fe669317 /configure.ac | |
parent | b1bbd70f0f956e9829158ee80a42f1bafde67347 (diff) | |
download | mpd-9c83464b95a6e8145fee0a03bd151f4bc7a6cac7.tar.gz mpd-9c83464b95a6e8145fee0a03bd151f4bc7a6cac7.tar.xz mpd-9c83464b95a6e8145fee0a03bd151f4bc7a6cac7.zip |
configure.ac: auto-detect libfluidsynth
Now that the libfluidsynth API was sanitized, we can enable the plugin
automatically if libfluidsynth is installed.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8a0f02871..f9062934f 100644 --- a/configure.ac +++ b/configure.ac @@ -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], |