aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-04 16:59:37 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-06-30 20:30:39 +0200
commit784ca9c17969a18aabcde5b2278f1db4592b174d (patch)
tree33ae9312ea4094a645bae0b7ebcfaa56943b026f /openbsc/configure.ac
parentb7849987e516eb3bf102b29298ecc103b8b24d53 (diff)
bsc: Require osmo-sccp 0.0.6 and update the API
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 59516187d..5ed53035b 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -35,7 +35,7 @@ AM_CONDITIONAL(BUILD_NAT, test "x$osmo_ac_build_nat" = "xyes")
AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-osmo-bsc], [Build the Osmo BSC])],
[
- PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
+ PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.6)
osmo_ac_build_bsc="yes"
],
[