On 19/8/22 19:02, Paolo Bonzini wrote:
Instead of using feature_not_found(), which is not a good match because
there is no "remedy" to fix the lack of makecontext(), just print a
custom error.
This happens to remove the last use of feature_not_found(), so remove
the definition and the documentation.
Signed-off-by: Paolo Bonzini <[email protected]>
---
configure | 11 +----------
docs/devel/build-system.rst | 5 -----
2 files changed, 1 insertion(+), 15 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>