Minor clarification.

This commit is contained in:
Graydon Hoare 2011-03-19 18:32:34 -07:00
parent 3e7ff65201
commit 65f6fcb23a

2
configure vendored
View file

@ -69,7 +69,7 @@ probe() {
probe_need() { probe_need() {
local V=$1 local V=$1
local P=$2 local P=$2
probe $1 $2 probe $V $P
eval VV=\$$V eval VV=\$$V
if [ -z "$VV" ] if [ -z "$VV" ]
then then