summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-10-06 21:57:48 +0200
committerKarel Zak2009-10-06 21:57:48 +0200
commit4a2ecf0a5071c66d8bd884888b315110af230a89 (patch)
treec8ae8cdd6eadef369baf9afe8f7b2356840b592e /configure.ac
parentbuild-sys: cleanup --disable-{fallocate,pivot_root,unshare} (diff)
downloadkernel-qcow2-util-linux-4a2ecf0a5071c66d8bd884888b315110af230a89.tar.gz
kernel-qcow2-util-linux-4a2ecf0a5071c66d8bd884888b315110af230a89.tar.xz
kernel-qcow2-util-linux-4a2ecf0a5071c66d8bd884888b315110af230a89.zip
build-sys: fix BUILD_PIVOT_ROOT condition
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 19af11ed0..7bf8bcd4f 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],