Harald Welte has submitted this change and it was merged. Change subject: update libosmocore/libosmo-netif dependency to current versions ......................................................................
update libosmocore/libosmo-netif dependency to current versions Change-Id: I084b5968dec97b0bba0344425f880077ddada440 --- M configure.ac 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/configure.ac b/configure.ac index 5404acf..5165cdb 100644 --- a/configure.ac +++ b/configure.ac @@ -30,10 +30,10 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.0.6) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.9.5) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.10.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.10.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.1.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.10.0) old_LIBS=$LIBS AC_SEARCH_LIBS([sctp_send], [sctp], [ -- To view, visit https://gerrit.osmocom.org/4457 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I084b5968dec97b0bba0344425f880077ddada440 Gerrit-PatchSet: 1 Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Owner: Harald Welte <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder
