Skip to content
Snippets Groups Projects
Commit 6749ce1e authored by Andreas Henriksson's avatar Andreas Henriksson Committed by Karel Zak
Browse files

build-sys: fix switch_root/pivot_root cut-n-paste error in configure.ac


The "linux only" check for pivot_root seems to suffer from
a cut-n-paste problem from the earlier switch_root part.

Signed-off-by: default avatarAndreas Henriksson <andreas@fatal.se>
parent 3411aeaf
No related branches found
No related tags found
No related merge requests found
......@@ -1193,7 +1193,7 @@ AC_ARG_ENABLE([pivot_root],
[], [UL_DEFAULT_ENABLE([pivot_root], [check])]
)
UL_BUILD_INIT([pivot_root])
UL_REQUIRES_LINUX([switch_root])
UL_REQUIRES_LINUX([pivot_root])
UL_REQUIRES_SYSCALL_CHECK([pivot_root], [UL_CHECK_SYSCALL([pivot_root])])
AM_CONDITIONAL([BUILD_PIVOT_ROOT], [test "x$build_pivot_root" = xyes])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment