HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. *Read more...*
Feature #871336 ยป 0035-emscripten-Disable-sqlite3-configure-check.patch
configure.ac | ||
---|---|---|
AC_DEFINE([MALLOC_ZERO_OK], [1], [It's ok to call malloc() for zero bytes])
|
||
fi
|
||
FC_CHECK_SQLITE3([], [AC_MSG_ERROR([sqlite3 not found])])
|
||
if test "x$emscripten" != "xyes" ; then
|
||
dnl Not needed in emscripten build as both users - fcdb and fcmp - are disabled
|
||
FC_CHECK_SQLITE3([], [AC_MSG_ERROR([sqlite3 not found])])
|
||
fi
|
||
dnl set default values
|
||
fcdb_all=no
|