aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index b877e6b84..6f96910bb 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -25,7 +25,7 @@ AM_CONDITIONAL(HAVE_LIBGTP, test "x$GPRS_LIBGTP" != "x")
AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT. Requires SCCP])],
[
- PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp)
+ PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
osmo_ac_build_nat="yes"
],
[
@@ -33,9 +33,9 @@ AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT. Require
])
AM_CONDITIONAL(BUILD_NAT, test "x$osmo_ac_build_nat" = "xyes")
-AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-bsc], [Build the Osmo BSC])],
+AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-osmo-bsc], [Build the Osmo BSC])],
[
- PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp)
+ PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
osmo_ac_build_bsc="yes"
],
[