Commit fdd26f89 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Disable the media library by default due polling timers

parent 1c2a95b8
...@@ -4204,8 +4204,8 @@ AM_CONDITIONAL([HAVE_SQLITE], [test "${enable_sqlite}" != "no"]) ...@@ -4204,8 +4204,8 @@ AM_CONDITIONAL([HAVE_SQLITE], [test "${enable_sqlite}" != "no"])
dnl dnl
dnl media library dnl media library
dnl dnl
AC_ARG_ENABLE(media-library, [--enable-media-library media library (default auto)]) AC_ARG_ENABLE(media-library, [--enable-media-library media library (default disabled)])
if test "${enable_media_library}" != "no"; then if test "${enable_media_library}" != "yes"; then
if test "${enable_sqlite}" != "yes"; then if test "${enable_sqlite}" != "yes"; then
if test "${enable_media_library}" == "yes"; then if test "${enable_media_library}" == "yes"; then
AC_MSG_ERROR([SQLite module is required for the media library]) AC_MSG_ERROR([SQLite module is required for the media library])
......
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