neels submitted this change.
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(-)
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 change 29352. To unsubscribe, or for help writing mail filters, visit settings.