summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2021-01-20 15:17:14 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-20 15:17:14 -0500
commitfb33294724f8806e44f3202765a8c2ef068ea667 (patch)
tree923aa799e0fd58745134fae65f36254f44908dca /configure.ac
parent82b08997c1297ba8ea10de9274dad2acb53e1803 (diff)
downloadlibgd-fb33294724f8806e44f3202765a8c2ef068ea667.tar.gz
webp: support pkg-config file
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 b58275f..a2b6f18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,7 +278,7 @@ GD_LIB_PKG_CHECK([LIBTIFF], [TIFF], [tiff], [libtiff-4], [
])
dnl Check for webp support.
-GD_LIB_CHECK([LIBWEBP], [WEBP], [webp], [
+GD_LIB_PKG_CHECK([LIBWEBP], [WEBP], [webp], [libwebp], [
AC_CHECK_LIB([webp], [WebPGetInfo], [dnl
AS_VAR_APPEND([LIBWEBP_LIBS], [" -lwebp"])
gd_found_lib=yes