diff options
| author | Paolo Bonzini | 2020-09-01 12:38:04 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-09-08 11:43:16 +0200 |
| commit | b6daf4d3699fe255202e9a0866633ed2f2248497 (patch) | |
| tree | 880e4138f1795682721859d69e9facbae731803e /docs/devel | |
| parent | configure: remove unnecessary libm test (diff) | |
| download | qemu-b6daf4d3699fe255202e9a0866633ed2f2248497.tar.gz qemu-b6daf4d3699fe255202e9a0866633ed2f2248497.tar.xz qemu-b6daf4d3699fe255202e9a0866633ed2f2248497.zip | |
configure: do not look for install(1)
It is not used anymore, so there is no Solaris-specific check to
perform.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel')
| -rw-r--r-- | docs/devel/build-system.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst index 55f0576c07..28492cfcae 100644 --- a/docs/devel/build-system.rst +++ b/docs/devel/build-system.rst @@ -136,10 +136,6 @@ developers in checking for system features: Determine if $COMMAND exists in the current environment, either as a shell builtin, or executable binary, returning 0 on success. -`path_of $COMMAND` - Return the fully qualified path of $COMMAND, printing it to stdout, - and returning 0 on success. - `check_define $NAME` Determine if the macro $NAME is defined by the system C compiler |
