From edc033b1b0e4ed4dccfaeb59a68b3e49b569d6ea Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 27 Nov 2009 15:01:01 +0000 Subject: [PATCH] Remove configure tests on tarballs that no longer exist --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 29afd29..6792491 100644 --- a/configure.ac +++ b/configure.ac @@ -391,8 +391,6 @@ then test inplace/mingw -ot ghc-tarballs/mingw/gcc-core*.tar.gz || test inplace/mingw -ot ghc-tarballs/mingw/libcrypt*.tar.bz2 || test inplace/mingw -ot ghc-tarballs/mingw/mingw-runtime*.tar.gz || - test inplace/mingw -ot ghc-tarballs/mingw/msysCORE*.tar.gz || - test inplace/mingw -ot ghc-tarballs/mingw/perl*.tar.bz2 || test inplace/mingw -ot ghc-tarballs/mingw/w32api*.tar.gz then AC_MSG_NOTICE([Making in-tree mingw tree]) -- 1.7.10.4