configure: fix binary crate name in hint message if bindgen is not found

(cherry picked from commit 459e2599c7)
pull/14370/head
Pierre Chifflier 5 months ago committed by Victor Julien
parent 26d576d8fd
commit d0e56b1b9d

@ -2214,7 +2214,7 @@ fi
if test "x$bindgen_ok" != "xyes"; then
echo " Warning: bindgen must be at least version $min_bindgen_version,"
echo " found $bindgen_version."
echo " To update: cargo install --force bindgen"
echo " To update: cargo install --force bindgen-cli"
BINDGEN="no"
fi
fi

Loading…
Cancel
Save