From ad98128e65a5a9a64cd483e971358f0ae06d39fc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 21 Jun 2010 16:39:45 +0800 Subject: configure.in: Require a newer libosmocore. --- openbsc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/configure.in') diff --git a/openbsc/configure.in b/openbsc/configure.in index ef9592039..80f6fd678 100644 --- a/openbsc/configure.in +++ b/openbsc/configure.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 -- cgit v1.2.3