From 0923fc6707ea35776ad8c37a6d490ac3408dd274 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 12 Apr 2017 15:26:04 +0200 Subject: WIP: Integrate AoIP into OsmoBSC --- openbsc/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index eccab2407..3875b1652 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -58,6 +58,7 @@ AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-osmo-bsc], [Build the Osmo B [osmo_ac_build_bsc="$enableval"],[osmo_ac_build_bsc="no"]) if test "$osmo_ac_build_bsc" = "yes" ; then PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.6) + PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran) # TODO version? fi AM_CONDITIONAL(BUILD_BSC, test "x$osmo_ac_build_bsc" = "xyes") AC_SUBST(osmo_ac_build_bsc) -- cgit v1.2.3