summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Silverstein <adamjs@google.com>2021-05-13 08:44:06 -0600
committerAdam Silverstein <adamjs@google.com>2021-05-13 08:44:06 -0600
commit5ef62f0eade662885eb32e578e6c6c344824e841 (patch)
tree1818021973e6a29c5c3f56d399503c3a25548c21 /configure.ac
parentb3d1986e29a033f6af98102c223934041cba9992 (diff)
downloadlibgd-5ef62f0eade662885eb32e578e6c6c344824e841.tar.gz
Require libwebp >= 0.2.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8bdff83..9c8c53a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,7 +279,7 @@ GD_LIB_PKG_CHECK([LIBTIFF], [TIFF], [tiff], [libtiff-4], [
])
dnl Check for webp support.
-GD_LIB_PKG_CHECK([LIBWEBP], [WEBP], [webp], [libwebp], [
+GD_LIB_PKG_CHECK([LIBWEBP], [WEBP], [webp], [libwebp >= 0.2.0], [
AC_CHECK_LIB([webp], [WebPGetInfo], [dnl
AS_VAR_APPEND([LIBWEBP_LIBS], [" -lwebp"])
gd_found_lib=yes