From c751cf92cbc25a5cfca8041ef3fdcc16ed5865ad Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 19 Dec 2012 16:18:44 +0100 Subject: misc: Fix compilation now that the method is located in libosmocore These TLV helper functions are now located in libosmocore. --- openbsc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index b56254c46..1bb660fab 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -53,7 +53,7 @@ AC_ARG_ENABLE([smpp], [AS_HELP_STRING([--enable-smpp], [Build the SMPP interface AM_CONDITIONAL(BUILD_SMPP, test "x$osmo_ac_build_smpp" = "xyes") -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.2) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.5.3.60) PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0) PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0) PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.1.0) -- cgit v1.2.3