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

Reply via email to