X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=configure.in;h=cc8137ef26f78278c549dd04593b17935b5c4dba;hp=85215ae23e8d8ee99ae5e4f2224f7da1a4a84173;hb=c5e38bc12e0a29762e7a4561c815ab8a7c8ade56;hpb=d2816d4c6c4eec401565da957145316d432d8fd5 diff --git a/configure.in b/configure.in index 85215ae..cc8137e 100644 --- a/configure.in +++ b/configure.in @@ -468,7 +468,7 @@ AC_CHECK_HEADER(blkid/blkid.h, [blkid_h=yes], [blkid_h=no], [-]) AC_CHECK_LIB(blkid, blkid_get_devname, [blkid_lib=yes], [blkid_lib=no], [-luuid]) if test "$blkid_h" = yes -a "$blkid_lib" = yes; then AC_DEFINE([HAVE_BLKID],1,[Define this if you have the blkid library.]) - BLKID="-lblkid -luuid -ldevmapper -lselinux -lsepol" + BLKID="-lblkid -luuid" fi AC_SUBST(BLKID)