Commit b6467fb9 authored by Olivier Aubert's avatar Olivier Aubert

* configure.ac: fix copy/paste artefact (silly me)

parent 16cba528
......@@ -3566,7 +3566,7 @@ dnl Snapshot vout module (with cache)
dnl
AC_ARG_ENABLE(snapshot,
[ --enable-snapshot snapshot module (default disabled)])
if test "${enable_httpd}" = "yes"
if test "${enable_snapshot}" = "yes"
then
VLC_ADD_PLUGINS([snapshot])
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment