1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-01-17 05:27:11 +03:00
mirror_zfs/config/user-libblkid.m4

10 lines
327 B
Plaintext
Raw Normal View History

dnl #
dnl # Check for libblkid. Basic support for detecting ZFS pools
dnl # has existing in blkid since 2008.
dnl #
AC_DEFUN([ZFS_AC_CONFIG_USER_LIBBLKID], [
ZFS_AC_FIND_SYSTEM_LIBRARY(LIBBLKID, [blkid], [blkid/blkid.h], [], [blkid], [], [], [
AC_MSG_FAILURE([
*** blkid.h missing, libblkid-devel package required])])
])