From 5a06fcef89920a67c0469270616c6fde732b032b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 08 Oct 2012 20:54:33 -0400 Subject: Fix variable names in find_dep_*() in configure. --- (limited to 'configure') diff --git a/configure b/configure index 31a9185..11c4643 100755 --- a/configure +++ b/configure @@ -242,7 +242,7 @@ find_dep_cmd() { _dep="${1}" - ${quiet} || printf 'checking for %s... ' "${dep}" + ${quiet} || printf 'checking for %s... ' "${_dep}" IFS=':' @@ -267,7 +267,7 @@ find_dep_lib() { _dep="${1}" - ${quiet} || printf 'checking for %s... ' "${dep}" + ${quiet} || printf 'checking for %s... ' "${_dep}" IFS=':' -- cgit v0.9.1