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/.
roox gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/7283
build: check if libosmogsm is available
Change-Id: I0a3f6efdc25c16edd97f101a3e42b1b9a7223b55
---
M configure.ac
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/83/7283/1
diff --git a/configure.ac b/configure.ac
index bade799..f9a6001 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,6 +77,7 @@
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.10.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 0.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.10.0)
AC_ARG_WITH(usrp1, [
AS_HELP_STRING([--with-usrp1],
--
To view, visit https://gerrit.osmocom.org/7283
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a3f6efdc25c16edd97f101a3e42b1b9a7223b55
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: roox <mardnh at gmx.de>