diff options
author | Max Kellermann <max@duempel.org> | 2011-09-20 21:14:56 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-20 22:18:42 +0200 |
commit | 29742d23d3f55b64a36dd91158e1f9efe2620650 (patch) | |
tree | 2e584b648e03d938a3fbdfc392c3382a56ead3b7 | |
parent | c476819cb1186770b1b7395851e394caac39cbc8 (diff) | |
download | mpd-29742d23d3f55b64a36dd91158e1f9efe2620650.tar.gz mpd-29742d23d3f55b64a36dd91158e1f9efe2620650.tar.xz mpd-29742d23d3f55b64a36dd91158e1f9efe2620650.zip |
configure.ac: fix --enable-id3 help string
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50e8d8c7a..020f15d35 100644 --- a/configure.ac +++ b/configure.ac @@ -199,7 +199,7 @@ AC_ARG_ENABLE(httpd-output, AC_ARG_ENABLE(id3, AS_HELP_STRING([--enable-id3], - [disable id3 support]),, + [enable id3 support]),, enable_id3=auto) AC_ARG_ENABLE(inotify, |