laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/29048 )
Change subject: configure.ac: drop dependencies on vty and ctrl ......................................................................
configure.ac: drop dependencies on vty and ctrl
Change-Id: Idea223e9b039241dd35c735922b8794573730fc3 --- M configure.ac 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/configure.ac b/configure.ac index 77cb672..f146c20 100644 --- a/configure.ac +++ b/configure.ac @@ -41,8 +41,6 @@ AC_SUBST(LIBRARY_DL)
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0)
dnl checks for header files AC_HEADER_STDC