mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
configure.in: Require a newer libosmocore.
This commit is contained in:
@@ -22,7 +22,7 @@ AC_SEARCH_LIBS(gtp_new, gtp,
|
||||
|
||||
AM_CONDITIONAL(HAVE_LIBGTP, test "x$GPRS_LIBGTP" != "x")
|
||||
|
||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.11)
|
||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.12)
|
||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.9)
|
||||
|
||||
dnl checks for header files
|
||||
|
Reference in New Issue
Block a user