configure: Support pkg-config for zlib
authorStefan Weil <sw@weilnetz.de>
Thu, 12 Jul 2018 19:26:03 +0000 (21:26 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 26 Oct 2018 15:17:32 +0000 (17:17 +0200)
commit6a1f42bd7978eea0109390dc6263c034ff313c24
tree364e0b7ef59168bfbedca24484e05427c37f9035
parente50a61219fc0e5820ebd6dcd4798848ed093ae0e
configure: Support pkg-config for zlib

This is needed for builds with the mingw64-* packages from Cygwin,
but also works for Linux.

Move the zlib test also more to the end because users should
get information on the really important missing packages
(which also require zlib) first.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20180712192603.11599-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure