aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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