aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-08-14 19:16:42 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-14 19:16:42 +0200
commit4b70c9ec06c852c68aed7eb1e54faf23793602c0 (patch)
treedc1e58235c9118df6a560bb2e0d2311145b78f62 /openbsc
parent183070bcede412e38268c7f298262710b1351f6e (diff)
increase libsmpp34 version requirement to 1.12
Only 1.12 contains some of the #defines that we're using with recent commits. Change-Id: I3743b10a1a5d2f1d42a61204273c1d00dc22b600
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index ff51ccfcf..b15576963 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -66,7 +66,7 @@ AC_SUBST(osmo_ac_build_bsc)
AC_ARG_ENABLE([smpp], [AS_HELP_STRING([--enable-smpp], [Build the SMPP interface])],
[osmo_ac_build_smpp="$enableval"],[osmo_ac_build_smpp="no"])
if test "$osmo_ac_build_smpp" = "yes" ; then
- PKG_CHECK_MODULES(LIBSMPP34, libsmpp34 >= 1.10)
+ PKG_CHECK_MODULES(LIBSMPP34, libsmpp34 >= 1.12)
AC_DEFINE(BUILD_SMPP, 1, [Define if we want to build SMPP])
fi
AM_CONDITIONAL(BUILD_SMPP, test "x$osmo_ac_build_smpp" = "xyes")