Re: "use_glibj_zip" variable in configure
Dalibor Topic <[email protected]>
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
Kiyo Inaba wrote: > Hi, > > Even right now, we have one existence of "use_glibj_zip" in 'configure' > or 'configure.ac'. In 'configure.ac', it is at line 2247. > > If I understand correctly, when we removed with_glibj_zip option for > 'configure' this variable does have no meaning. Could someone (maybe > Dalibor?) investigate whether this is correct or not? > That's correct, thank you for spotting it. I've removed the whole section, as it only existed to prepare suitable parameters to pass on to the configure script of the merged in GNU Classpath code. Now that the merged in code is gone, the configure script does not need to invoke it. cheers, dalibor topic