summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-10-27 12:11:37 +0100
committerKarel Zak2009-10-27 12:11:37 +0100
commit1a70e0cba214868345d8fc3ee27cca2e1f972f14 (patch)
tree4faca3025e6ad47194f51be04b4e5679dbd31e5b /configure.ac
parentlibblkid: add BLKID_{VERSION,DATE} to blkid.h (diff)
downloadkernel-qcow2-util-linux-1a70e0cba214868345d8fc3ee27cca2e1f972f14.tar.gz
kernel-qcow2-util-linux-1a70e0cba214868345d8fc3ee27cca2e1f972f14.tar.xz
kernel-qcow2-util-linux-1a70e0cba214868345d8fc3ee27cca2e1f972f14.zip
build-sys: add HAVE_LIBBLKID_INTERNAL
It's better to use one macro for all situations where we depends on in-tree (internal) libblkid. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c8140285b..fc0b9e1b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -359,8 +359,7 @@ if test "x$enable_libblkid" = xno; then
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().])
+ AC_DEFINE(HAVE_LIBBLKID_INTERNAL, 1, [Define to 1 if you have the in-tree libblkid.])
fi
if test "x$have_blkid" = xyes; then