[darcs-devel] darcs patch: check for gzopen directly in zlib

Andres Loeh mail at andres-loeh.de
Sun May 27 04:24:22 PDT 2007


Sun May 27 12:39:08 CEST 2007  mail at andres-loeh.de
  * check for gzopen directly in zlib
  
  Without this change, configure will fail on systems having curl and zlib
  in different locations. Because curl depends on zlib and is already detected
  prior to zlib by the configure file, the AC_CHECK_FUNC check to curl will
  succeed. Some combinations of pkgconfig/curl versions do no longer add the
  -lz flag in its pkgconfig file, so darcs won't record -lz as a necessary
  flag, and the build will fail later.
  
  A different solution to the problem would be to move the whole check for
  zlib to *before* the check for curl.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 1180 bytes
Desc: A darcs patch for your repository!
Url : http://lists.osuosl.org/pipermail/darcs-devel/attachments/20070527/0f215854/attachment.bin


More information about the darcs-devel mailing list