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

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/29352
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I39eb59520231bcfed724060d3fda4ba919f2199d
Gerrit-Change-Number: 29352
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to