]> sigrok.org Git - libsigrokdecode.git/commit
configure: add AC_C_CONST to configure.ac
authorGerhard Sittig <redacted>
Sat, 22 Feb 2020 05:09:35 +0000 (06:09 +0100)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:23:40 +0000 (15:23 +0200)
commit4342689729bd3ea70209604b34af0a7c641b80cc
tree338ffd0cba6a25b1ea09142e5f783967e90fae64
parentc32de941d4eafc6b773b3d8e26e6befe88d580b7
configure: add AC_C_CONST to configure.ac

This is inspired by the autobook sections on Windows DLL builds.
https://www.sourceware.org/autobook/autobook/autobook_137.html

The AC_C_CONST macro improves support for the C language 'const'
decoration in case the compiler does not understand it.
configure.ac