summary refs log tree commit diff stats
path: root/docs/devel/build-system.rst
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-08-19 18:40:46 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2022-09-01 07:42:37 +0200
commit7cb5844808f092306a5a764fe8427a653ac05358 (patch)
tree36f3a88b59be56e7d953b261080fa2990dbeca12 /docs/devel/build-system.rst
parent45ed68a1a3a19754ade954d75a3c9d13ff560e5c (diff)
downloadfocaccia-qemu-7cb5844808f092306a5a764fe8427a653ac05358.tar.gz
focaccia-qemu-7cb5844808f092306a5a764fe8427a653ac05358.zip
configure: improve error for ucontext coroutine backend
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 <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel/build-system.rst')
-rw-r--r--docs/devel/build-system.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst
index 431caba7aa..1894721743 100644
--- a/docs/devel/build-system.rst
+++ b/docs/devel/build-system.rst
@@ -99,11 +99,6 @@ developers in checking for system features:
    Write a minimal C program main() function to the temporary file
    indicated by $TMPC
 
-``feature_not_found $NAME $REMEDY``
-   Print a message to stderr that the feature $NAME was not available
-   on the system, suggesting the user try $REMEDY to address the
-   problem.
-
 ``error_exit $MESSAGE $MORE...``
    Print $MESSAGE to stderr, followed by $MORE... and then exit from the
    configure script with non-zero status