mirror of https://github.com/nirenjan/libx52.git
Update README to include destructor attribute
parent
0d407d77fe
commit
27eb123062
|
@ -129,6 +129,7 @@ a Git submodule or subtree.
|
||||||
The default build of Pinelog uses an autotools generated `config.h` file, which
|
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,
|
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
|
then either create a dummy config.h which includes the macros
|
||||||
`HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR` and `HAVE_FUNC_ATTRIBUTE_FORMAT`, or use the
|
`HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR`, `HAVE_FUNC_ATTRIBUTE_DESTRUCTOR` and
|
||||||
`AX_GCC_FUNC_ATTRIBUTE` macro to check for the `constructor` and `format`
|
`HAVE_FUNC_ATTRIBUTE_FORMAT`, or use the `AX_GCC_FUNC_ATTRIBUTE` macro to check
|
||||||
attributes in your application's `configure.ac` file.
|
for the `constructor`, `destructor` and `format` attributes in your
|
||||||
|
application's `configure.ac` file.
|
||||||
|
|
Loading…
Reference in New Issue