From 8e49ea2c5cd521720ba1232eb57a6e0242f80d3a Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Tue, 11 Dec 2007 18:47:36 +0100 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5