configure: Test if $make actually exists
commit8e2c76bd3ff2e81738195bdcc6bfdb8b2ddc7649
authorRoman Bolshakov <r.bolshakov@yadro.com>
Tue, 25 Aug 2020 20:27:55 +0000 (25 23:27 +0300)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 13 Dec 2020 22:56:16 +0000 (13 23:56 +0100)
tree539029df7babf041ea43b2a021cede5eca664777
parentf12985f14a05181b34b3cfb935b4136a05726423
configure: Test if $make actually exists

configure doesn't detect if $make is installed on the build host.
This is also helpful for hosts where an alias for make is used, i.e.
configure would fail if gmake is not present on macOS.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200825202755.50626-5-r.bolshakov@yadro.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure