mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 13:33:29 +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")
|
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)
|
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.9)
|
||||||
|
|
||||||
dnl checks for header files
|
dnl checks for header files
|
||||||
|
|||||||
Reference in New Issue
Block a user