Only enable arm64 CRC32 acceleration if the required header files are there
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 Mar 2017 18:50:10 +0000 (12:50 -0600)
committerJens Axboe <axboe@fb.com>
Sun, 12 Mar 2017 18:50:10 +0000 (12:50 -0600)
commit9b153dc2ef5002a85108d9aa7858a90fabfdbc8a
tree02a3e5f946c3e4782788cb470dcafdb41196bf7c
parentca205a752c3d6ebe7de74a3dfe81808e48a502e3
Only enable arm64 CRC32 acceleration if the required header files are there

If the necessary header files are missing, then fio will bomb out when
building on arm64.  So disable the hardware acceleration option in
that case, since it's only performance improvement and not a
functional regression to turn it off.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Jens Axboe <axboe@fb.com>
configure