aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-11 11:12:37 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-11 11:24:27 +0200
commit6f65696459cbdc3c6fb0bbcda22881deed2d4d8a (patch)
tree9aa2870a2d78758a1e6e66f9ddeb975eb44cb33e /openbsc/configure.in
parentf171a6e4fc76ce9b0b0332ea890f0e8e449d26b2 (diff)
logging: Add 'show logging vty' command to display current log config
As the logging config is getting more and more complex, it is good if it can be displayed interactively. WARNING: This needs libosmocore 0.1.6 or later!
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 8201983f2..66d4ee1f3 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.3)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.6)
dnl checks for header files
AC_HEADER_STDC