Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
d4e3fb43
Commit
d4e3fb43
authored
Oct 10, 2009
by
Avuton Olrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fix up the recorder plugin configure.
parent
57f69a29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
View file @
d4e3fb43
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment