Project

General

Profile

Feature #753 ยป 0021-Autotools-Improve-missing-sqlite3-error-message.patch

Marko Lindqvist, 07/07/2024 10:03 PM

View differences:

configure.ac
if test "x$modinst" != "xno" || test "x$fcdb_sqlite3" != "xno" ; then
dnl Not needed in in builds where both users - fcdb and fcmp - are disabled
FC_CHECK_SQLITE3([], [AC_MSG_ERROR([sqlite3 not found])])
FC_CHECK_SQLITE3([], [AC_MSG_ERROR([sqlite3 development files not found])])
fi
dnl checks for database mysql
    (1-1/1)