aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-03 15:11:51 +0200
committerHarald Welte <laforge@gnumonks.org>2010-08-03 15:11:51 +0200
commitd5db12c16061062ad5c27c9833cffa3c71ed1f17 (patch)
tree42639cc792bee0afe11e7f110e71f78cd8c35ba2 /openbsc/configure.in
parent3bcbc0c47a193381495c6e0fde3e6b9575b5a329 (diff)
Use new include paths of libosmo-sccp 0.0.2
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"
],
[