summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 04c1f6111..3952e83f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,6 +190,7 @@ elif test "x$with_fsprobe" = xvolume_id; then
elif test "x$with_fsprobe" = xbuiltin; then
have_blkid=yes
AC_DEFINE(HAVE_LIBBLKID,1,[Define to 1 if you have the -lblkid.])
+ AC_DEFINE(HAVE_BLKID_EVALUATE_SPEC,1,[Define to 1 if you have the blkid_evaluate_spec().])
AM_CONDITIONAL(HAVE_BLKID, true)
AM_CONDITIONAL(BUILD_LIBBLKID, true)
fi