From 6f65696459cbdc3c6fb0bbcda22881deed2d4d8a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 11 May 2010 11:12:37 +0200 Subject: 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! --- openbsc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/configure.in') 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 -- cgit v1.2.3