OSDN Git Service

Don't enforce libselinux and libsepol linking when using device-mapper support
authorOtavio Salvador <otavio@debian.org>
Tue, 28 Nov 2006 19:35:00 +0000 (17:35 -0200)
committerOtavio Salvador <otavio@debian.org>
Tue, 28 Nov 2006 22:13:50 +0000 (20:13 -0200)
configure.ac

index 1b31dfa..f762aa2 100644 (file)
@@ -240,7 +240,7 @@ dnl Check for libdevmapper
 DM_LIBS=""
 if test "$enable_device_mapper" = yes; then
        AC_CHECK_LIB(devmapper, dm_task_create,
-               DM_LIBS="-ldevmapper -lselinux -lsepol",
+               DM_LIBS="-ldevmapper",
                AC_MSG_ERROR(
                        [libdevmapper not found!  Try using --disable-device-mapper]
                )