]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: make lsirq and irqtop optional
authorKarel Zak <kzak@redhat.com>
Mon, 8 Jun 2020 09:33:00 +0000 (11:33 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Jun 2020 09:33:00 +0000 (11:33 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index cc98ef695c914058335d27a1d5a40071f186c8fa..814cdd55fcb37fb57303bba27818a7617c498c29 100644 (file)
@@ -1783,7 +1783,7 @@ AM_CONDITIONAL([BUILD_IPCS], [test "x$build_ipcs" = xyes])
 
 AC_ARG_ENABLE([irqtop],
   AS_HELP_STRING([--disable-irqtop], [do not build irqtop]),
-  [], [UL_DEFAULT_ENABLE([irqtop], [yes])]
+  [], [UL_DEFAULT_ENABLE([irqtop], [check])]
 )
 UL_BUILD_INIT([irqtop])
 UL_REQUIRES_LINUX([irqtop])
@@ -1794,7 +1794,7 @@ AM_CONDITIONAL([BUILD_IRQTOP], [test "x$build_irqtop" = xyes])
 
 AC_ARG_ENABLE([lsirq],
   AS_HELP_STRING([--disable-lsirq], [do not build lsirq]),
-  [], [UL_DEFAULT_ENABLE([lsirq], [yes])]
+  [], [UL_DEFAULT_ENABLE([lsirq], [check])]
 )
 UL_BUILD_INIT([lsirq])
 UL_REQUIRES_LINUX([lsirq])