ZTS: Fix io_uring support check
[zfs.git] / config / user-libblkid.m4
blobf2016dcb15cd44fbc3d8669f060fc10355c7e0d3
1 dnl #
2 dnl # Check for libblkid.  Basic support for detecting ZFS pools
3 dnl # has existing in blkid since 2008.
4 dnl #
5 AC_DEFUN([ZFS_AC_CONFIG_USER_LIBBLKID], [
6         ZFS_AC_FIND_SYSTEM_LIBRARY(LIBBLKID, [blkid], [blkid/blkid.h], [], [blkid], [], [], [
7                 AC_MSG_FAILURE([
8                 *** blkid.h missing, libblkid-devel package required])])
9 ])