Skip to content

Commit

Permalink
configure: silence warning about LOCAL_RUST_ROOT being set
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
codyps committed Nov 20, 2014
1 parent bc5a139 commit 9c320dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure
Expand Up @@ -701,11 +701,6 @@ then
fi
step_msg "using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: $LRV"
putvar CFG_LOCAL_RUST_ROOT
else
if [ ! -z "$CFG_LOCAL_RUST_ROOT" ]
then
warn "Use of --local-rust-root without --enable-local-rust"
fi
fi

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

0 comments on commit 9c320dd

Please sign in to comment.