[kaffe] configure fun
Dalibor Topic
robilad at yahoo.com
Fri Feb 7 10:35:01 PST 2003
Hallo Helmer,
--- Helmer Krämer <hkraemer at freenet.de> wrote:
> Being no configure expert, I think the problem
You're not alone ;)
> is this switch in configure.in:
>
> -----------8<------------------------
> case $with_jikes in
> yes)
> use_jikes="yes ($JIKES)"
> JIKES=$JIKESPROG
> ;;
> no)
> use_jikes="no"
> JIKES=
> ;;
> *)
> use_jikes="yes ($JIKES)"
> JIKES="$withval"
> ;;
> esac
> ----------->8-----------------------
>
> If I don't specify a --with-jikes option,
> $with_jikes is undefined, so the last two
> statements are executed, setting JIKES to
> $withval, which contains the value of the
> last --with-threads option given.
thanks for the thorough analysis of the bug. I'll
check in a patch over the weekend, until someone beats
me to it.
cheers,
dalibor topic
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
More information about the kaffe
mailing list