summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-06-26 18:20:00 +0200
committerKarel Zak2012-06-26 20:48:23 +0200
commit54dbc8cf69dff20e641f6c81e4471c7fc9e31aff (patch)
tree6005bffae83bf88b4734f1b0b639c4dd40f6b7fe /configure.ac
parentbuild-sys: move getopt to misc-utils/ (diff)
downloadkernel-qcow2-util-linux-54dbc8cf69dff20e641f6c81e4471c7fc9e31aff.tar.gz
kernel-qcow2-util-linux-54dbc8cf69dff20e641f6c81e4471c7fc9e31aff.tar.xz
kernel-qcow2-util-linux-54dbc8cf69dff20e641f6c81e4471c7fc9e31aff.zip
build-sys: convert disk-utils/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2133618b..09e76952f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -928,6 +928,11 @@ UL_REQUIRES_HAVE([wdctl], [linux_watchdog_h], [linux/watchdog.h header file])
AM_CONDITIONAL(BUILD_WDCTL, test "x$build_wdctl" = xyes)
+UL_BUILD_INIT([swaplabel], [check])
+UL_REQUIRES_BUILD([swaplabel], [libblkid])
+AM_CONDITIONAL(BUILD_SWAPLABEL, test "x$build_swaplabel" = xyes)
+
+
UL_BUILD_INIT([prlimit], [check])
UL_REQUIRES_LINUX([prlimit])
UL_REQUIRES_SYSCALL_CHECK([prlimit], [UL_CHECK_SYSCALL([prlimit64])], [prlimit64])
@@ -1285,7 +1290,6 @@ AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES([
Makefile
-disk-utils/Makefile
fdisk/Makefile
libblkid/blkid.pc
libblkid/docs/Makefile