From: Samuel Thibault Date: Wed, 11 Dec 2019 12:24:25 +0000 (+0100) Subject: build-sys: make scriptlive optional X-Git-Tag: v2.35-rc2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=393f266c7697fd72e61f4d04a9e05d7457415f33;p=thirdparty%2Futil-linux.git build-sys: make scriptlive optional Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 40352a0fb2..c187927e18 100644 --- a/configure.ac +++ b/configure.ac @@ -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])