From 61fdb0e510b73d4330198d59beb82038d4e8e58a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 10 Oct 2009 16:41:12 +0200 Subject: configure: fix --with-foo=/path/to/foo When a required tool is specified with --with-foo, store the variable in the list. (transplanted from 1d43b65599a4b869d83d4db67b9715b1298d74f7) diff --git a/configure b/configure index 2b97f50..ed95c27 100755 --- a/configure +++ b/configure @@ -121,6 +121,7 @@ check_for() { eval val="\${${var}}" if [ -n "${val}" ]; then printf "${val} (cached)\n" + add_to_var_list "${var}" return 0 fi fi -- cgit v0.10.2-6-g49f6