Skip to content

Commit 9c320dd

Browse files
committed
configure: silence warning about LOCAL_RUST_ROOT being set
We have a default value for this ('/usr/local'), so this warning is printed ALL the time unless one does --enable-local-rust. As a result, it doesn't really help at all.
1 parent bc5a139 commit 9c320dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

configure

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -701,11 +701,6 @@ then
701701
fi
702702
step_msg "using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: $LRV"
703703
putvar CFG_LOCAL_RUST_ROOT
704-
else
705-
if [ ! -z "$CFG_LOCAL_RUST_ROOT" ]
706-
then
707-
warn "Use of --local-rust-root without --enable-local-rust"
708-
fi
709704
fi
710705

711706
# Force freebsd to build with clang; gcc doesn't like us there

0 commit comments

Comments
 (0)