From e7f8b7010b8ce3cb12248315424152f527225eca Mon Sep 17 00:00:00 2001 From: chme Date: Sat, 13 Jan 2018 09:07:33 +0100 Subject: [PATCH] [configure] Allow to build with db profiling log output Add configure option to turn on debug logs profiling sql queries with: ./configure --enable-dbprofile --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index dcdbf6c1..fd8c90f3 100644 --- a/configure.ac +++ b/configure.ac @@ -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"]],