Minor clarification.
This commit is contained in:
parent
3e7ff65201
commit
65f6fcb23a
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue