neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/29352 )
Change subject: do not depend on libosmo-gtlv ......................................................................
do not depend on libosmo-gtlv
Depending on libosmo-pfcp implies libosmo-gtlv, no need to explicitly add this dependency.
Change-Id: I39eb59520231bcfed724060d3fda4ba919f2199d --- M configure.ac 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/configure.ac b/configure.ac index 1a73496..290a939 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,6 @@ AC_ARG_ENABLE([pfcp], [AS_HELP_STRING([--enable-pfcp], [Build with PFCP support, for GTP tunnel mapping via UPF])], [osmo_ac_pfcp="$enableval"],[osmo_ac_pfcp="no"]) if test "x$osmo_ac_pfcp" = "xyes" ; then - PKG_CHECK_MODULES(LIBOSMOGTLV, libosmo-gtlv >= 0.1.0) PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.1.0) AC_DEFINE(ENABLE_PFCP, 1, [Define to build with PFCP support]) fi