diff options
author | Karel Zak <kzak@redhat.com> | 2009-09-25 16:27:27 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-09-29 13:30:36 +0200 |
commit | 566f35bc81d992bfec0a41485eea073854f54b0e (patch) | |
tree | b587b887fea8fae4c8b0dfa58cd1945062037b7a /configure.ac | |
parent | 2e017d3b0f0ed1a060e5fa7e71a6f3bd1f2a9c27 (diff) | |
download | util-linux-old-566f35bc81d992bfec0a41485eea073854f54b0e.tar.gz |
mkswap: use libblkid to detect PT
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 52985137..b421d0a1 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 |