aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-03 03:13:06 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-03 03:13:06 +0800
commit00d1f0d7a9230eee91e1046abcb7307b8cc93277 (patch)
treea08741dd7b0863e54a7d69222baeb3d5c1cc1d20 /openbsc/configure.in
parentcaecc9ad80aa4a1f8784417f9b77a8e73a995c73 (diff)
osmocore: Build a against the latest version..
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 a59e67cd4..b5432c450 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -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.11)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.15)
dnl checks for header files
AC_HEADER_STDC