]> git.ipfire.org Git - thirdparty/collectd.git/commit
configure.ac: De-cuplicate `plugin_foo` definitions.
authorFlorian Forster <octo@collectd.org>
Wed, 29 Nov 2023 19:41:24 +0000 (20:41 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 29 Nov 2023 20:56:22 +0000 (21:56 +0100)
commit2a07399db82d183dd5f076072bad6df816da708d
tree6f965c8a0eda0c18802a1126cecc561653c28f76
parentfc378172e245b2c246e37adb914eb8bb724da3f4
configure.ac: De-cuplicate `plugin_foo` definitions.

Apparently we defined a bunch of `plugin_foo` variables that were never
used. The generated list from the arguments to `AC_PLUGIN` now appear as
duplicates. This removes the previously unused definitions and leaves
the generated ones.
configure.ac