From 4a2ecf0a5071c66d8bd884888b315110af230a89 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 6 Oct 2009 21:57:48 +0200 Subject: [PATCH] build-sys: fix BUILD_PIVOT_ROOT condition Signed-off-by: Karel Zak --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 19af11ed..7bf8bcd4 100644 --- a/configure.ac +++ b/configure.ac @@ -703,7 +703,7 @@ else esac fi fi -AM_CONDITIONAL(BUILD_UNSHARE, test "x$build_pivot_root" = xyes) +AM_CONDITIONAL(BUILD_PIVOT_ROOT, test "x$build_pivot_root" = xyes) AC_ARG_ENABLE([fallocate], -- 2.39.5