@@ -13744,12 +13744,12 @@ if test -n "$ZLIB_CFLAGS"; then
13744
13744
pkg_cv_ZLIB_CFLAGS="$ZLIB_CFLAGS"
13745
13745
elif test -n "$PKG_CONFIG"; then
13746
13746
if test -n "$PKG_CONFIG" && \
13747
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib > 1.2.0\""; } >&5
13748
- ($PKG_CONFIG --exists --print-errors "zlib > 1.2.0") 2>&5
13747
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.0\""; } >&5
13748
+ ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.0") 2>&5
13749
13749
ac_status=$?
13750
13750
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13751
13751
test $ac_status = 0; }; then
13752
- pkg_cv_ZLIB_CFLAGS=`$PKG_CONFIG --cflags "zlib > 1.2.0" 2>/dev/null`
13752
+ pkg_cv_ZLIB_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.0" 2>/dev/null`
13753
13753
test "x$?" != "x0" && pkg_failed=yes
13754
13754
else
13755
13755
pkg_failed=yes
@@ -13761,12 +13761,12 @@ if test -n "$ZLIB_LIBS"; then
13761
13761
pkg_cv_ZLIB_LIBS="$ZLIB_LIBS"
13762
13762
elif test -n "$PKG_CONFIG"; then
13763
13763
if test -n "$PKG_CONFIG" && \
13764
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib > 1.2.0\""; } >&5
13765
- ($PKG_CONFIG --exists --print-errors "zlib > 1.2.0") 2>&5
13764
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.0\""; } >&5
13765
+ ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.0") 2>&5
13766
13766
ac_status=$?
13767
13767
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13768
13768
test $ac_status = 0; }; then
13769
- pkg_cv_ZLIB_LIBS=`$PKG_CONFIG --libs "zlib > 1.2.0" 2>/dev/null`
13769
+ pkg_cv_ZLIB_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.0" 2>/dev/null`
13770
13770
test "x$?" != "x0" && pkg_failed=yes
13771
13771
else
13772
13772
pkg_failed=yes
@@ -13787,9 +13787,9 @@ else
13787
13787
_pkg_short_errors_supported=no
13788
13788
fi
13789
13789
if test $_pkg_short_errors_supported = yes; then
13790
- ZLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib > 1.2.0" 2>&1`
13790
+ ZLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.0" 2>&1`
13791
13791
else
13792
- ZLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib > 1.2.0" 2>&1`
13792
+ ZLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.0" 2>&1`
13793
13793
fi
13794
13794
# Put the nasty error message in config.log where it belongs
13795
13795
echo "$ZLIB_PKG_ERRORS" >&5
0 commit comments