aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-07-20 16:28:20 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-22 09:07:44 +0000
commit0ebf985492e528e85acb60692c0cb91219598e04 (patch)
treec4d552d759d081c9e9394b773347d2f3bbf84f13 /configure.ac
parent8785978c37d87bfefe3d469b9d4f614f082ef9e7 (diff)
lc15: port lc15bts-mgr dependency changes
That's mostly changes related to lc15bts-mgr from https://gitlab.com/nrw_noa/osmo-bts branch nrw/litecell15 based on eb5b7f80510b603579f7af6d7d5ead296c2fa260 commit: * adjust comments to simplify further diffs * add libsystemd dependency to lc15bts-mgr * add software watchdog which uses it * ocxo calibration and gps related code Change-Id: I475a330af771891ba3c897294ce0dd57ec2ba8db Related: SYS#3732
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0ceb8ebb..bc36456f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,6 +143,7 @@ if test "$enable_litecell15" = "yes"; then
AC_CHECK_HEADER([nrw/litecell15/litecell15.h],[],
[AC_MSG_ERROR([nrw/litecell15/litecell15.h can not be found in $litecell15_incdir])],
[#include <nrw/litecell15/litecell15.h>])
+ PKG_CHECK_MODULES(LIBSYSTEMD, libsystemd)
CPPFLAGS=$oldCPPFLAGS
fi