From 7bef61ebe885c6a089d1cd7b3f7f3b6bdf7b8cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jere=20Lepp=C3=A4nen?= Date: Wed, 29 Sep 2021 14:17:55 +0300 Subject: helper: implement deprecation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement deprecation in the helper library. Deprecated helper APIs may be enabled with the --enable-helper-deprecated configure option. By default, deprecated helper APIs are not enabled. Signed-off-by: Jere Leppänen Reviewed-by: Matias Elo --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9a950a115..bf7c52e09 100644 --- a/configure.ac +++ b/configure.ac @@ -539,6 +539,7 @@ AC_MSG_RESULT([ ABI compatible: ${abi_compat} link time optimization: ${lto_enabled} deprecated APIs: ${deprecated} + deprecated helper APIs: ${enable_helper_deprecated} debug: ${debug_settings} cunit: ${cunit_support} static tests linkage: ${enable_static_applications} -- cgit v1.2.3