From de2468f74a9fdf08415c11a4d0ca54cf03a14d99 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 9 Oct 2011 21:51:22 +0000 Subject: Check for libz.dll.a installed in new location before configuring for MinGW. --- infrastructure/mingw/configure.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'infrastructure/mingw') diff --git a/infrastructure/mingw/configure.sh b/infrastructure/mingw/configure.sh index ef67d0d4..9a0aa363 100755 --- a/infrastructure/mingw/configure.sh +++ b/infrastructure/mingw/configure.sh @@ -16,6 +16,11 @@ if [ ! -r "$DEP_PATH/lib/libpcreposix.a" \ exit 2 fi +if [ ! -r "$DEP_PATH/sys-root/mingw/lib/libz.dll.a" ]; then + echo "Error: upgrade your Cygwin mingw-zlib-devel package" >&2 + exit 2 +fi + if [ ! -x "configure" ]; then if ! ./bootstrap; then echo "Error: bootstrap failed, aborting." >&2 -- cgit v1.2.3