This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged. Change subject: build: actually make sqlite mandatory ...................................................................... build: actually make sqlite mandatory Change-Id: I9f7183c6a1e1b3a4bc887a67faf2a1c4dfb44762 --- M configure.ac 1 file changed, 1 insertion(+), 4 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/configure.ac b/configure.ac index 189a53a..ce0010c 100644 --- a/configure.ac +++ b/configure.ac @@ -33,10 +33,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.9.0) PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.3.2) -found_sqlite3=yes -PKG_CHECK_MODULES(SQLITE3, sqlite3, ,found_sqlite3=no) -AM_CONDITIONAL(HAVE_SQLITE3, test "$found_sqlite3" = yes) -AC_SUBST(found_sqlite3) +PKG_CHECK_MODULES(SQLITE3, sqlite3) AC_CONFIG_MACRO_DIR([m4]) -- To view, visit https://gerrit.osmocom.org/1425 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f7183c6a1e1b3a4bc887a67faf2a1c4dfb44762 Gerrit-PatchSet: 2 Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de> Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org> Gerrit-Reviewer: Jenkins Builder