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. David _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
