From ce701d7c5f78f2f6c60499db81c107540732acd8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 16 Jun 2010 12:55:14 +0800 Subject: new release with possible fix for the blackberry... --- openbsc/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsc/configure.in b/openbsc/configure.in index 300bb8a85..69ab81b61 100644 --- a/openbsc/configure.in +++ b/openbsc/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script -AC_INIT(openbsc, 0.3.99.15onwaves) +AC_INIT(openbsc, 0.3.99.16onwaves) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) dnl kernel style compile messages @@ -15,7 +15,7 @@ dnl checks for libraries AC_SEARCH_LIBS(crypt, crypt, [LIBCRYPT="-lcrypt"; AC_DEFINE([VTY_CRYPT_PW], [], [Use crypt functionality of vty.])]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.7) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.11) dnl checks for header files AC_HEADER_STDC -- cgit v1.2.3