From 9e5e41568c7afec93d3cb7991481ba9dc10b2fa3 Mon Sep 17 00:00:00 2001 From: "Titus von Boxberg\"" Date: Mon, 22 Aug 2011 09:41:35 +0200 Subject: 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" 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 -- cgit v0.10.2-6-g49f6