author | Vincent Bernat <vincent@bernat.im> | |
Mon, 17 Nov 2014 09:35:16 +0000 (10:35 +0100) | ||
committer | Vincent Bernat <vincent@bernat.im> | |
Mon, 17 Nov 2014 09:35:16 +0000 (10:35 +0100) | ||
commit | 36841c62f07f1694a451fa7b54497de663331914 | |
tree | 72fa5c20fea4f1b06362fc2ef629876fdff9626d | tree | snapshot |
parent | 6f4c0fbf9ccccbf49c495637a8a1893540279bb7 | commit | diff |
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
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 | diff | blob | history | |
src/daemon/collectd.c | diff | blob | history | |
src/disk.c | diff | blob | history | |
src/users.c | diff | blob | history |