about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCody P Schafer <dev@codyps.com>2014-11-19 19:54:24 -0500
committerCody P Schafer <dev@codyps.com>2014-11-20 16:00:12 -0500
commit9c320dd7afb1198247d8c3f92e4fe1a4ec464dfd (patch)
tree60f750018468cdf84a528f853424e8a2e6d26254
parentbc5a139baa928b8a440e9053a3d7e0d4cc932f98 (diff)
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.
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 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