That's the least of it :-) - I'm still working on the CODE to back up that message... (oh, and there's another case you missed further down, now that I'm LOOKING at the code)
But thanks! Bad Dog, Burton, Bad Dog! FWIW, don't diff against configure - that's a generated file. Diff against configure.in... -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Ken Beaty > Sent: Wednesday, January 28, 2004 12:33 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [Ntop-dev] [PATCH] [TRIVIAL] ZLIB and configure -- default > should enable > > > Burton, > > I recall seeing your post about putting the zlib DISABLE back > into configure with the default being enabled. However, I found that > the configure from yesterday's checkout stated that it was disabling > zlib "at my request" (although the includes/lib were in standard > locations). > > I believe this produces the desired behavior: > > --- ntop/configure.orig 2004-01-28 12:52:48.000000000 -0500 > +++ ntop/configure 2004-01-27 18:05:14.000000000 -0500 > @@ -9958,7 +9958,7 @@ > fi > fi > > -if test ".${ac_disable_zlib}" != ".yes"; then > +if test ".${ac_disable_zlib}" = ".yes"; then > echo > echo > "*******************************************************************" > echo "*" > > > Thanks, > ken > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
