Hallo Helmer, --- Helmer Kr�mer <[EMAIL PROTECTED]> 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 _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
