configure.in: Require a newer libosmocore.

This commit is contained in:
Holger Hans Peter Freyther 2010-06-21 16:39:45 +08:00
parent 694a5cfe06
commit ad98128e65
1 changed files with 1 additions and 1 deletions

View File

@ -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