configure: fail rbd configure check on wrong rados_create2 signature
authorSitsofe Wheeler <sitsofe@yahoo.com>
Wed, 16 Aug 2017 20:45:35 +0000 (21:45 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Wed, 16 Aug 2017 21:26:02 +0000 (22:26 +0100)
commitfb9bc6e3ddba81b9455870bbe00e4c60352067a8
tree392375e0c4d263ff35dd697fd1c9126dbb045f4e
parentaed4796b989d3b33f86fb3be6b915e532df2d59d
configure: fail rbd configure check on wrong rados_create2 signature

Alter the rbd/rados/ceph configure check so it will fail if the
rados_create2() signature is incorrect or if the function is
unavailable. Completes the suggestion in commit
ff56a4e2e0a87e4e3b1cc1e74547d55b295967a6 ("travis: don't enable rbd").

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
configure