]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: make scriptlive optional
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 11 Dec 2019 12:24:25 +0000 (13:24 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Dec 2019 12:24:25 +0000 (13:24 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 40352a0fb21a84f1578ff91569b25fe93d5f9cf3..c187927e1819d5400f0be300a8fef8366566ab0a 100644 (file)
@@ -1845,7 +1845,7 @@ AM_CONDITIONAL([BUILD_SCRIPT], [test "x$build_script" = xyes])
 UL_BUILD_INIT([scriptreplay], [yes])
 AM_CONDITIONAL([BUILD_SCRIPTREPLAY], [test "x$build_scriptreplay" = xyes])
 
-UL_BUILD_INIT([scriptlive], [yes])
+UL_BUILD_INIT([scriptlive], [check])
 UL_REQUIRES_HAVE([scriptlive], [pty])
 AM_CONDITIONAL([BUILD_SCRIPTLIVE], [test "x$build_scriptlive" = xyes])