Dmitry Kurochkin wrote: > On Mon, Oct 13, 2008 at 4:26 PM, David Roundy <[EMAIL PROTECTED]> wrote: >> On Sun, Oct 12, 2008 at 04:20:30PM +0200, Thorkil Naur wrote: >>> Sun Oct 12 15:33:56 CEST 2008 Thorkil Naur <[EMAIL PROTECTED]> >>> * fix failing ./configure on MSYS and Cygwin (at least) when no C zlib >>> found >> >> Content-Description: A darcs patch for your repository! >>> >>> New patches: >>> >>> [fix failing ./configure on MSYS and Cygwin (at least) when no C zlib >>> [found >>> Thorkil Naur <[EMAIL PROTECTED]>**20081012133356] hunk ./configure.ac >>> 454 >>> AC_MSG_RESULT($czlib) >>> fi >>> >>> -if test $czlib != "yes"; then >>> +if test "$czlib" != "yes"; then >>> dnl See if we have an adequate version of the haskell zlib >>> GHC_CHECK_MODULE(Codec.Compression.GZip( decompress ), >>> zlib, >> >> Applied, thanks. Although note that I do hope to remove configure.ac >> within a few weeks, so I'd appreciate more focus on the setup.hs test, >> and less on configure.ac. > > Where can I find docs on how to build with setup.hs?
You mean in general? This is documented at http://www.haskell.org/cabal/ If you mean 'specifically for building darcs' I must pass the question on... Cheers Ben _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
