Minor clarification.

This commit is contained in:
Graydon Hoare 2011-03-19 18:32:34 -07:00
parent 3e7ff65201
commit 65f6fcb23a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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