[PATCH] osmo-hlr[master]: build: actually make sqlite mandatory

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Dec 13 13:33:35 UTC 2016


Review at  https://gerrit.osmocom.org/1425

build: actually make sqlite mandatory

Change-Id: I9f7183c6a1e1b3a4bc887a67faf2a1c4dfb44762
---
M configure.ac
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/25/1425/1

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: newchange
Gerrit-Change-Id: I9f7183c6a1e1b3a4bc887a67faf2a1c4dfb44762
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list