From 9b5db287c60f87d28cfaf263fabc6d22ae806c36 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 3 Aug 2012 10:01:57 +0200 Subject: gb: suspend_ref was changed to a plain uint8_t, update the code Require a 0.5.2+ libosmogb due the change of the suspend_ref type. --- 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 3f2d4d4f5..8284b88fb 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -45,7 +45,7 @@ PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.2) PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0) PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0) PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.1.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.5.1) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.5.2) found_libgtp=yes PKG_CHECK_MODULES(LIBGTP, libgtp, , found_libgtp=no) -- cgit v1.2.3