aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-28 18:25:28 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-28 18:28:29 +0800
commitca8d0063f9d0da5f5d56dd39740a542b42d5f9cf (patch)
tree0ef5c4fa6f96e03bab4dcdcf678e646f768a1666 /openbsc/configure.in
parentc0d83b0647cc77970fd072aa77225ac70374f786 (diff)
remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3
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 63d260a36..615e59d91 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.2)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.3)
dnl checks for header files
AC_HEADER_STDC