From e95daf19258999a00b8bea5247ee21603941b639 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 25 Mar 2010 12:13:02 +0800 Subject: convert openbsc to use libosmocore-0.1.1 API the 0.1.1 API is cleaned up and removes all exported global static arrays (like rlm_cause_strs). There are now proper accessor functions. --- 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 de0a9a958..27fb0ed36 100644 --- a/openbsc/configure.in +++ b/openbsc/configure.in @@ -18,7 +18,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.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.1) dnl checks for header files AC_HEADER_STDC -- cgit v1.2.3