configure: Check gfio test result via return value (not printf)
authorTomohiro Kusumi <tkusumi@tuxera.com>
Mon, 1 May 2017 18:48:17 +0000 (21:48 +0300)
committerJens Axboe <axboe@fb.com>
Mon, 1 May 2017 20:47:16 +0000 (14:47 -0600)
commitef2b61aa1b77ed11fbe887692f4472bdb228f573
tree0419017bfa7a2a69f20b9bc57c010dbd4574cca0
parent7fcad9e1cf089289372cc91a85fba0c7e5978474
configure: Check gfio test result via return value (not printf)

Test code compiled by compile_prog() mostly return 0 on success
whether binaries are executed or not. This one actually runs and
the result can be checked without printf.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
configure