mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
configure: require rustfmt as well, for rust support.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
bad89f186a
commit
e5abc10ae2
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -111,7 +111,7 @@ default_valgrind_setting()
|
|||
|
||||
default_rust_setting()
|
||||
{
|
||||
if cargo --version > /dev/null 2>&1; then
|
||||
if cargo --version > /dev/null 2>&1 && rustfmt --version >/dev/null 2>&1; then
|
||||
echo 1
|
||||
else
|
||||
echo 0
|
||||
|
|
Loading…
Add table
Reference in a new issue