X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=cc8137ef26f78278c549dd04593b17935b5c4dba;hb=9ce5361de22147d955c6603d8915c68cb1009256;hp=85215ae23e8d8ee99ae5e4f2224f7da1a4a84173;hpb=d2816d4c6c4eec401565da957145316d432d8fd5;p=dump.git 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)