[configure] Allow to build with db profiling log output

Add configure option to turn on debug logs profiling sql queries with:

./configure --enable-dbprofile
This commit is contained in:
chme 2018-01-13 09:07:33 +01:00
parent 4da45bdfab
commit e7f8b7010b
1 changed files with 3 additions and 0 deletions

View File

@ -355,6 +355,9 @@ FORK_ARG_ENABLE([Chromecast support], [chromecast], [CHROMECAST],
AM_CONDITIONAL([COND_CHROMECAST], [[test "x$enable_chromecast" = "xyes"]])
AM_CONDITIONAL([COND_PROTOBUF_OLD], [[test "x$protobuf_old" = "xyes"]])
dnl DB profiling support
FORK_ARG_ENABLE([DB profiling support], [dbprofile], [DB_PROFILE])
dnl iTunes playlists with libplist
FORK_ARG_DISABLE([iTunes Music Library XML support], [itunes], [ITUNES],
[AS_IF([[test "x$with_libplist" = "xno"]],