diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-10-10 11:36:22 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-10-10 11:36:22 -0700 |
commit | d4e3fb433064afe5c680019532f376bc1493636f (patch) | |
tree | 0b352ccbf472e3d986bca8cee8fffc17e751f267 | |
parent | 57f69a2915903288432496c1155eff1392dd0c78 (diff) | |
download | mpd-d4e3fb433064afe5c680019532f376bc1493636f.tar.gz mpd-d4e3fb433064afe5c680019532f376bc1493636f.tar.xz mpd-d4e3fb433064afe5c680019532f376bc1493636f.zip |
configure: Fix up the recorder plugin configure.
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 1962bb697..917bda86b 100644 --- a/configure.ac +++ b/configure.ac @@ -737,7 +737,7 @@ AM_CONDITIONAL(HAVE_PULSE, test x$enable_pulse = xyes) AC_ARG_ENABLE(recorder-output, AS_HELP_STRING([--enable-recorder-output], - [enables the HTTP server output]),, + [enables the recorder file output plugin (default: disable)]),, [enable_recorder_output=auto]) AC_ARG_ENABLE(httpd-output, @@ -1301,9 +1301,9 @@ else fi if test x$enable_recorder_output = xyes; then - echo " recorder support ..............enabled" + echo " File Recorder support .........enabled" else - echo " recorder support ..............disabled" + echo " File Recorder support .........disabled" fi if test x$enable_httpd_output = xyes; then |