summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-08 20:54:33 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-08 20:54:33 (EDT)
commit5a06fcef89920a67c0469270616c6fde732b032b (patch)
tree52071b52406f7e72786a0ce406347083de13ca67 /configure
parent0c089cf264eb94a7162ac157eb1dee3f3ac578a4 (diff)
Fix variable names in find_dep_*() in configure.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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=':'