Skip to content

Commit d098537

Browse files
Update configure to check
1 parent 06fab58 commit d098537

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5424,7 +5424,7 @@ AH_TEMPLATE([HAVE_ZLIB_COPY], [Define if the zlib library has inflateCopy])
54245424
dnl detect zlib from Emscripten emport
54255425
PY_CHECK_EMSCRIPTEN_PORT([ZLIB], [-sUSE_ZLIB])
54265426

5427-
PKG_CHECK_MODULES([ZLIB], [zlib >= 1.2.0], [
5427+
PKG_CHECK_MODULES([ZLIB], [zlib >= 1.2.2.1], [
54285428
have_zlib=yes
54295429
dnl zlib 1.2.0 (2003) added inflateCopy
54305430
AC_DEFINE([HAVE_ZLIB_COPY], [1])

0 commit comments

Comments
 (0)