mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
daily-report.php fix
This commit is contained in:
5
configure
vendored
5
configure
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user