libstatgrab: only use one configure test for 0.90 API change
authorVincent Bernat <vincent@bernat.im>
Mon, 17 Nov 2014 09:35:16 +0000 (10:35 +0100)
committerVincent Bernat <vincent@bernat.im>
Mon, 17 Nov 2014 09:35:16 +0000 (10:35 +0100)
commit36841c62f07f1694a451fa7b54497de663331914
tree72fa5c20fea4f1b06362fc2ef629876fdff9626d
parent6f4c0fbf9ccccbf49c495637a8a1893540279bb7
libstatgrab: only use one configure test for 0.90 API change

Previously, each API change was tested in configure.ac. Some of the
tests are relying on signature checks and would need to have -Werror
flag enabled to make them work. This is quite fragile.

Instead, we assume that if `sg_init()` requires an argument, we must use
the 0.90 API.

Fixes: #795
configure.ac
src/daemon/collectd.c
src/disk.c
src/users.c