From 9c320dd7afb1198247d8c3f92e4fe1a4ec464dfd Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Wed, 19 Nov 2014 19:54:24 -0500 Subject: [PATCH] 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. --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index 35bba159208..749e296106a 100755 --- a/configure +++ b/configure @@ -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