aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-25 12:22:32 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-25 12:22:32 +0800
commit4f5421a482bec60f146a582ae0e94e0b00af2953 (patch)
tree0f790ddc5ff332814c0858aa10c666e7b3044b69 /openbsc/configure.in
parentc8fdf0c4b674534337537a1e95e1c5a2998cf5af (diff)
bsc_msc: Add minimal code to work with the new SCCP version
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index e9062cbb5..9e639ffb1 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -16,7 +16,7 @@ AC_SEARCH_LIBS(crypt, crypt,
[LIBCRYPT="-lcrypt"; AC_DEFINE([VTY_CRYPT_PW], [], [Use crypt functionality of vty.])])
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.15)
-PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
+PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.3)
dnl checks for header files
AC_HEADER_STDC