summaryrefslogtreecommitdiff
path: root/infrastructure/mingw
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/mingw')
-rwxr-xr-xinfrastructure/mingw/configure.sh5
1 files changed, 5 insertions, 0 deletions
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