From: Karel Zak Date: Fri, 31 Jul 2015 13:27:10 +0000 (+0200) Subject: build-sys: mark script(1) as Linux only due to signalfd() X-Git-Tag: v2.27-rc2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a1e3bfaafa7203bc5c27bbd175564823f6ceeb;p=thirdparty%2Futil-linux.git build-sys: mark script(1) as Linux only due to signalfd() Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 853cee50ba..cd2ef86c0b 100644 --- a/configure.ac +++ b/configure.ac @@ -1437,7 +1437,8 @@ UL_BUILD_INIT([setarch], [check]) UL_REQUIRES_LINUX([setarch]) AM_CONDITIONAL([BUILD_SETARCH], [test "x$build_setarch" = xyes]) -UL_BUILD_INIT([script], [yes]) +UL_BUILD_INIT([script], [check]) +UL_REQUIRES_LINUX([script]) AM_CONDITIONAL([BUILD_SCRIPT], [test "x$build_script" = xyes]) UL_BUILD_INIT([scriptreplay], [yes])