diff options
author | Stepan Kasal <skasal@redhat.com> | 2007-12-11 18:47:36 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2008-02-18 13:27:14 +0100 |
commit | 8e49ea2c5cd521720ba1232eb57a6e0242f80d3a (patch) | |
tree | 417b9131db9ec3475042c38fa5d69d6d380af5fd /configure.ac | |
parent | 8569410cf59389890bb3d5cd9109e9431223c561 (diff) | |
download | util-linux-old-8e49ea2c5cd521720ba1232eb57a6e0242f80d3a.tar.gz |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9ee443b7..91179904 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 |