]> err.no Git - util-linux/commitdiff
build-sys: do not add -luuid to BLKID_LIBS
authorStepan Kasal <skasal@redhat.com>
Tue, 11 Dec 2007 17:47:36 +0000 (18:47 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 18 Feb 2008 12:27:14 +0000 (13:27 +0100)
* configure.ac: Do not include -luuid in BLKID_LIBS, the library
dependencies handle this.

Signed-off-by: Stepan Kasal <skasal@redhat.com>
configure.ac

index 9ee443b7bd8e0498a0598ca21b7204b3a8a4e373..9117990451b81989790daae136e5c57f7ad71135 100644 (file)
@@ -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