build-sys: fix BUILD_PIVOT_ROOT condition

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2009-10-06 21:57:48 +02:00
parent 11125e7aa9
commit 4a2ecf0a50
1 changed files with 1 additions and 1 deletions

View File

@ -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],