[darcs-users] darcs patch: fix failing ./configure on MSYS and Cygwin (at least) ...

David Roundy droundy at darcs.net
Mon Oct 13 12:26:08 UTC 2008


On Sun, Oct 12, 2008 at 04:20:30PM +0200, Thorkil Naur wrote:
> Sun Oct 12 15:33:56 CEST 2008  Thorkil Naur <naur at post11.tele.dk>
>   * 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 <naur at post11.tele.dk>**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


More information about the darcs-users mailing list