configure: fixup clang stupidity
authorJens Axboe <axboe@fb.com>
Tue, 30 Jun 2015 02:46:31 +0000 (20:46 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 30 Jun 2015 02:46:31 +0000 (20:46 -0600)
Doesn't like doing _Static_assert() on our structure offset
definition:

error: static_assert expression is not an integral constant expression

Lets just include that in the configure test, so we can avoid using
_Static_assert() if that kind of check fails.

Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found