Rollup merge of #21540 - steveklabnik:gh13082, r=brson
Fixes #13082 r? @brson
This commit is contained in:
commit
60c9e12fb7
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -28,8 +28,8 @@ need_ok() {
|
|||
|
||||
need_cmd() {
|
||||
if command -v $1 >/dev/null 2>&1
|
||||
then msg "found $1"
|
||||
else err "need $1"
|
||||
then msg "found program $1"
|
||||
else err "need program $1"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue