From b6daf4d3699fe255202e9a0866633ed2f2248497 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 1 Sep 2020 06:38:04 -0400 Subject: 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 --- docs/devel/build-system.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/devel/build-system.rst') 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 -- cgit v1.2.3