Configure: Don't forget to eval result of 'ask' function.

This commit is contained in:
Jonathan Moore Liles 2010-01-07 23:25:07 -06:00
parent 90c8efb32d
commit 58ee27f7f1
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ ask ()
fi fi
append "${2}=${A:-$D}" append "${2}=${A:-$D}"
eval "${2}='${A:-$D}'"
} }
ok () ok ()