From 7f0f8b92ce35c59d3d61f3603272724f55109b48 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 23 Mar 2010 00:38:32 +0800 Subject: depend on libosmocore 0.1.0 this creates a hard dependency to a certain base version of the library --- openbsc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/configure.in b/openbsc/configure.in index 9e3c486a6..b733f780b 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) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.0) dnl checks for header files AC_HEADER_STDC -- cgit v1.2.3