]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: mark script(1) as Linux only due to signalfd()
authorKarel Zak <kzak@redhat.com>
Fri, 31 Jul 2015 13:27:10 +0000 (15:27 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 31 Jul 2015 13:27:10 +0000 (15:27 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 853cee50bab480063f76be62d8eb8b2d5f7004c6..cd2ef86c0b9cd0d0e46310dd083eb9f21831b8e4 100644 (file)
@@ -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])