From 626043658a24ae404fea82b98df5357cc35d4c6a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 19 Aug 2022 17:42:34 +0200 Subject: [PATCH] build-sys: make pipesz optional Addresses: https://github.com/util-linux/util-linux/pull/1775 Fixes: https://github.com/util-linux/util-linux/issues/1772 Signed-off-by: Karel Zak --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 968a0daf02..3920ac6596 100644 --- a/configure.ac +++ b/configure.ac @@ -1788,7 +1788,7 @@ AM_CONDITIONAL([BUILD_WHEREIS], [test "x$build_whereis" = xyes]) AC_ARG_ENABLE([pipesz], AS_HELP_STRING([--disable-pipesz], [do not build pipesz]), - [], [UL_DEFAULT_ENABLE([pipesz])] + [], [UL_DEFAULT_ENABLE([pipesz], [check])] ) UL_BUILD_INIT([pipesz]) UL_REQUIRES_LINUX([pipesz]) -- 2.47.2