Carlos Cavanna <[EMAIL PROTECTED]> writes: > Hi, > > is there any way of tricking configure into > *not finding* zip. > > I need make not to create glibj.zip > and place all the classes in their respective > directories. > > I read the respective lines in configure and > I thought that if $ZIP is defined I could make > this behave this way, but it doesn't. > > Well, I can always modify configure.in and add > an extra flag ... > > Thanks, > CC
Yeah, make a --with-zip or something so that when you specify --without-zip, ZIP is not defined and the AM_CONDITIONAL fails. Brian -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

