From 544a203f677d0f060d2d1bd31f72f9ae450e138f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 3 Mar 2016 14:48:49 +0100 Subject: Remove osmo-nitb, cannot link libbsc with libmsc anymore --- openbsc/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index 93aeca6f0..a6c9ac5b7 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -50,7 +50,7 @@ fi AM_CONDITIONAL(BUILD_BSC, test "x$osmo_ac_build_bsc" = "xyes") AC_SUBST(osmo_ac_build_bsc) -# Enable/disable smpp support in the nitb? +# Enable/disable smpp support in the cscn? AC_ARG_ENABLE([smpp], [AS_HELP_STRING([--enable-smpp], [Build the SMPP interface])], [osmo_ac_build_smpp="$enableval"],[osmo_ac_build_smpp="no"]) if test "$osmo_ac_build_smpp" = "yes" ; then @@ -195,7 +195,6 @@ AC_OUTPUT( src/libcommon/Makefile src/libfilter/Makefile src/libiu/Makefile - src/osmo-nitb/Makefile src/osmo-cscn/Makefile src/osmo-bsc/Makefile src/osmo-bsc_nat/Makefile -- cgit v1.2.3