summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitus von Boxberg" <titus@v9g.de>2011-08-22 07:41:35 (GMT)
committerTitus von Boxberg <titus@v9g.de>2011-08-22 07:41:35 (GMT)
commit9e5e41568c7afec93d3cb7991481ba9dc10b2fa3 (patch)
tree2d69a95b8ca6e381aa7495007d9231f53fe4950d
parentaae55bbcc051d3ae85d7f832b5917f8a09205f18 (diff)
configure: fix --with-prog=[...]
check_for didn't set variable 'where' when the path to a prog was passed manually "(cached)". Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c6843f0..ed48555 100755
--- a/configure
+++ b/configure
@@ -183,6 +183,7 @@ check_for() {
eval val="\${${var}}"
if [ -n "${val}" ]; then
status="${val} (cached)\n"
+ where="${val}"
break
fi
fi