Change in osmo-msc[master]: configure.ac: drop useless SQLite3 dependency

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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Mon Apr 15 12:02:56 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/13639


Change subject: configure.ac: drop useless SQLite3 dependency
......................................................................

configure.ac: drop useless SQLite3 dependency

We don't use SQLite3 directly, we use libdbi and libdbdsqlite3.

Change-Id: Ibf4eb53e60a2957eca99a2c8e613f75a8c43ac89
---
M configure.ac
M src/utils/Makefile.am
2 files changed, 0 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/39/13639/1

diff --git a/configure.ac b/configure.ac
index f8787cf..4cfb774 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,11 +112,6 @@
 AC_HEADER_STDC
 AC_CHECK_HEADERS(dbi/dbd.h,,AC_MSG_ERROR(DBI library is not installed))
 
-found_sqlite3=yes
-PKG_CHECK_MODULES(SQLITE3, sqlite3, ,found_sqlite3=no)
-AM_CONDITIONAL(HAVE_SQLITE3, test "$found_sqlite3" = yes)
-AC_SUBST(found_sqlite3)
-
 
 dnl Checks for typedefs, structures and compiler characteristics
 
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 2d67102..cb0faf6 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -10,7 +10,6 @@
 	$(LIBOSMOGSM_CFLAGS) \
 	$(LIBOSMOABIS_CFLAGS) \
 	$(COVERAGE_CFLAGS) \
-	$(SQLITE3_CFLAGS) \
 	$(LIBSMPP34_CFLAGS) \
 	$(NULL)
 

-- 
To view, visit https://gerrit.osmocom.org/13639
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf4eb53e60a2957eca99a2c8e613f75a8c43ac89
Gerrit-Change-Number: 13639
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190415/3ed3a28c/attachment.htm>


More information about the gerrit-log mailing list