summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-09-25 16:27:27 +0200
committerKarel Zak2009-09-29 13:30:36 +0200
commit566f35bc81d992bfec0a41485eea073854f54b0e (patch)
treeb587b887fea8fae4c8b0dfa58cd1945062037b7a /configure.ac
parentdocs: update TODO (diff)
downloadkernel-qcow2-util-linux-566f35bc81d992bfec0a41485eea073854f54b0e.tar.gz
kernel-qcow2-util-linux-566f35bc81d992bfec0a41485eea073854f54b0e.tar.xz
kernel-qcow2-util-linux-566f35bc81d992bfec0a41485eea073854f54b0e.zip
mkswap: use libblkid to detect PT
Signed-off-by: Karel Zak <kzak@redhat.com>
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 52985137c..b421d0a19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -353,6 +353,7 @@ else
# internal library
AC_DEFINE(HAVE_BLKID_H, 1, [Define to 1 if you have the <blkid.h> header file.])
AC_DEFINE(HAVE_BLKID_EVALUATE_TAG, 1, [Define to 1 if you have the blkid_evaluate_tag().])
+ AC_DEFINE(HAVE_BLKID_PROBE_ENABLE_PARTITIONS, 1, [Define to 1 if you have the blkid_probe_enable_partitions().])
fi
if test "x$have_blkid" = xyes; then