aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-19 18:32:34 -0700
committerGraydon Hoare <[email protected]>2011-03-19 18:34:44 -0700
commit65f6fcb23a64044a2fb26c7e24a0ac358f27a1e8 (patch)
tree056affea3ade40a7915fae6ef6a849650f68d231 /configure
parentTruncate long lines in configure output. (diff)
downloadrust-65f6fcb23a64044a2fb26c7e24a0ac358f27a1e8.tar.xz
rust-65f6fcb23a64044a2fb26c7e24a0ac358f27a1e8.zip
Minor clarification.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index faae45c2..a6f2e326 100755
--- a/configure
+++ b/configure
@@ -69,7 +69,7 @@ probe() {
probe_need() {
local V=$1
local P=$2
- probe $1 $2
+ probe $V $P
eval VV=\$$V
if [ -z "$VV" ]
then