Posted to tcl by venks at Tue Sep 08 21:36:23 GMT 2009view raw

  1. Index: configure
  2. ===================================================================
  3. RCS file: /cvsroot/tcl/tcl/unix/configure,v
  4. retrieving revision 1.269
  5. diff -c -r1.269 configure
  6. *** configure 23 Jul 2009 23:02:00 -0000 1.269
  7. --- configure 8 Sep 2009 21:35:21 -0000
  8. ***************
  9. *** 6279,6284 ****
  10. --- 6279,6287 ----
  11.  
  12. fi
  13.  
  14. + zlib_ok=no
  15. +
  16. +
  17. if test $zlib_ok = no; then
  18.  
  19. ZLIB_DIR=\${COMPAT_DIR}/zlib
  20.