summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStepan Kasal2007-12-11 18:47:36 +0100
committerKarel Zak2008-02-18 13:27:14 +0100
commit8e49ea2c5cd521720ba1232eb57a6e0242f80d3a (patch)
tree417b9131db9ec3475042c38fa5d69d6d380af5fd /configure.ac
parentbuild-sys: add --enable-static-programs (diff)
downloadkernel-qcow2-util-linux-8e49ea2c5cd521720ba1232eb57a6e0242f80d3a.tar.gz
kernel-qcow2-util-linux-8e49ea2c5cd521720ba1232eb57a6e0242f80d3a.tar.xz
kernel-qcow2-util-linux-8e49ea2c5cd521720ba1232eb57a6e0242f80d3a.zip
build-sys: do not add -luuid to BLKID_LIBS
* configure.ac: Do not include -luuid in BLKID_LIBS, the library dependencies handle this. Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9ee443b7b..911799045 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,7 +155,7 @@ if test $have_blkid = no && test $have_volume_id = no; then
fi
# These default values should work in most cases:
-: ${BLKID_LIBS='-lblkid -luuid'}
+: ${BLKID_LIBS='-lblkid'}
: ${VOLUMEID_LIBS='-lvolume_id'}
# OTOH, the following two has little chance to succeed; please specify the