daily-report.php fix

This commit is contained in:
SJ
2013-05-21 11:03:03 +02:00
parent e20af9d380
commit 74cd173eac
4 changed files with 16 additions and 11 deletions

5
configure vendored
View File

@ -4651,6 +4651,11 @@ if test "$have_icc_guide" = "yes" && test "$have_mysql" = "yes"; then
sql_libs="$sql_libs -lguide"
fi
if test "$have_psql" = "yes"; then
defs="$defs -DNEED_PSQL"
fi
if test "$have_multitenancy" = "yes"; then
echo "multitenancy support: yes"
defs="$defs -DHAVE_MULTITENANCY"