* configure.ac: Do not include -luuid in BLKID_LIBS, the library dependencies handle this.
Signed-off-by: Stepan Kasal <[EMAIL PROTECTED]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index eb71b0e..9991bd6 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,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 -- 1.5.3.4 - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html