]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - configure.ac
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / configure.ac
index 18e434bc6ebc945775d53e4ed1f08ef4033dacc5..7d92107403871be39f4c9a7f1a8a913768d33d58 100644 (file)
@@ -1142,6 +1142,9 @@ if test -n "$BLKID_CMT"; then
   AC_CHECK_LIB(blkid, blkid_probe_get_topology,
                      AC_DEFINE(HAVE_BLKID_PROBE_GET_TOPOLOGY, 1,
                                [Define to 1 if blkid has blkid_probe_get_topology]))
+  AC_CHECK_LIB(blkid, blkid_topology_get_dax,
+                     AC_DEFINE(HAVE_BLKID_TOPOLOGY_GET_DAX, 1,
+                               [Define to 1 if blkid has blkid_topology_get_dax]))
   AC_CHECK_LIB(blkid, blkid_probe_enable_partitions,
                      AC_DEFINE(HAVE_BLKID_PROBE_ENABLE_PARTITIONS, 1,
                                [Define to 1 if blkid has blkid_probe_enable_partitions]))