aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-30 10:39:26 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-30 10:39:26 +0200
commit88f9d98ccc2b8719b826d1a34c3aad8af3e4c132 (patch)
treeae273a3cd971c762b5a4995c7792d305187f5dfc /openbsc/configure.in
parent417920a66098b67c45bb1774148a21de6b5ba07d (diff)
Use hexparse() from libosmocore >= 0.1.14
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 f2cb3e42d..f43f6e61b 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -22,7 +22,7 @@ AC_SEARCH_LIBS(gtp_new, gtp,
AM_CONDITIONAL(HAVE_LIBGTP, test "x$GPRS_LIBGTP" != "x")
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.13)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.14)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.9)
dnl checks for header files