1. 30 Jul, 2004 1 commit
  2. 29 Jul, 2004 10 commits
  3. 28 Jul, 2004 12 commits
  4. 27 Jul, 2004 11 commits
  5. 26 Jul, 2004 4 commits
  6. 24 Jul, 2004 2 commits
    • konstantin@mysql.com's avatar
      WL#1518, "make bundled zlib usable for unix builds": · 569d3c84
      konstantin@mysql.com authored
      required autotools macro written and deployed in all apropriate Makefile.ams.
      Use cases checked:
      - linux, standard location of zlib, no ndb
      - linux, standard locatoin of zlib, with ndb
      - linux, non-standard location of zlib, no ndb
      - hpux11, use of bundled zlib, no ndb 
      The only non-checked case is non-standard location of zlib (or use of bundled
      zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts 
      like AIX52 or HPUX11, where such a check is possible. It didn't compile 
      there before as these systems dont't have installed zlib, so nothing got broken ;)
      569d3c84
    • konstantin@mysql.com's avatar