fix a braino in the QF_WITH_TARGETS macro

This commit is contained in:
Bill Currie 2002-09-18 14:57:32 +00:00
parent 5189ffeae9
commit 576fc27749

View file

@ -1147,7 +1147,7 @@ if test "x${$1}" = "xall"; then
done
else
for qf_t in `echo '$3' | sed -e "s/,/ /g"`''; do
if echo ",${clients}," | grep ",$qf_t," > /dev/null; then
if echo ",${$1}," | grep ",$qf_t," > /dev/null; then
eval ENABLE_$1_${qf_t}=yes
else
eval ENABLE_$1_${qf_t}=no