
17 Jan
2017
17 Jan
'17
8:04 a.m.
On Tue, Jan 10, 2017 at 07:44:58PM +0100, Peter Krempa wrote:
The tool is used for pool discovery. Since we call an external binary we don't really need to compile out the code that uses it. We can check whether it exists at runtime. --- configure.ac | 2 +- src/storage/storage_backend.c | 29 ++++++++++++++++------------- src/storage/storage_backend.h | 3 ++- src/storage/storage_backend_fs.c | 4 +--- src/storage/storage_backend_gluster.c | 2 +- 5 files changed, 21 insertions(+), 19 deletions(-)
ACK Jan