aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-08-03 10:01:57 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-08-03 10:08:32 +0200
commit9b5db287c60f87d28cfaf263fabc6d22ae806c36 (patch)
tree9999cfbb8009eee41d850021d701515241eda1d5 /openbsc/configure.ac
parent1a6b83c919dec388853a28e4e1eae71305facb87 (diff)
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.
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac2
1 files changed, 1 insertions, 1 deletions
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)