aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2021-09-29 14:17:55 +0300
committerMatias Elo <matias.elo@nokia.com>2021-11-12 09:48:41 +0200
commit7bef61ebe885c6a089d1cd7b3f7f3b6bdf7b8cf7 (patch)
treec84f93220247bf644a7a5f761c95802a2911ad1a /configure.ac
parentc4b1cde446777a397c99058de5c19aeffe1faacc (diff)
helper: implement deprecation
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 <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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}