aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-25 12:02:36 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-25 12:02:36 +0800
commit5e6466780f34f0e34953040a9dcf2bd7ddc7e3ce (patch)
treed4e68a5e2955240ff783ee3e559f96c142864ade /openbsc/configure.in
parent92b1fe4c2dbdc6ed831afdb694097bb10b2274a5 (diff)
current version needs exactly 0.1.0 version of libosmocore
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index b733f780b..de0a9a958 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.0)
dnl checks for header files
AC_HEADER_STDC