Fix webp detection on some Macos systems
* configure.ac (HAVE_RSVG): Make webp detection work with Macos 10.3/Homebrew (bug#57420).
This commit is contained in:
parent
a2d62456a7
commit
716441a069
1 changed files with 1 additions and 4 deletions
|
@ -2773,12 +2773,9 @@ if test "${with_webp}" != "no"; then
|
|||
|| test "${HAVE_W32}" = "yes" || test "${HAVE_NS}" = "yes" \
|
||||
|| test "${HAVE_BE_APP}" = "yes" || test "${HAVE_PGTK}" = "yes"; then
|
||||
WEBP_REQUIRED=0.6.0
|
||||
WEBP_MODULE="libwebp >= $WEBP_REQUIRED"
|
||||
WEBP_MODULE="libwebpdemux >= $WEBP_REQUIRED"
|
||||
|
||||
EMACS_CHECK_MODULES([WEBP], [$WEBP_MODULE])
|
||||
if test "$HAVE_WEBP" = "yes"; then
|
||||
WEBP_LIBS="-lwebp -lwebpdemux"
|
||||
fi
|
||||
AC_SUBST([WEBP_CFLAGS])
|
||||
AC_SUBST([WEBP_LIBS])
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue