From 68d5aaef66f757650087c0ffd65a487038b3f4a3 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 16 Jul 2021 08:33:22 -0700 Subject: [PATCH] Update README to include destructor attribute --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01923d6..c8423c2 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ a Git submodule or subtree. The default build of Pinelog uses an autotools generated `config.h` file, which includes checks for the following GCC attributes. If you don't care about these, then either create a dummy config.h which includes the macros -`HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR` and `HAVE_FUNC_ATTRIBUTE_FORMAT`, or use the -`AX_GCC_FUNC_ATTRIBUTE` macro to check for the `constructor` and `format` -attributes in your application's `configure.ac` file. +`HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR`, `HAVE_FUNC_ATTRIBUTE_DESTRUCTOR` and +`HAVE_FUNC_ATTRIBUTE_FORMAT`, or use the `AX_GCC_FUNC_ATTRIBUTE` macro to check +for the `constructor`, `destructor` and `format` attributes in your +application's `configure.ac` file.