soup: Port to libsoup 3

This commit is contained in:
Mike Gorse
2025-06-04 19:08:07 +02:00
committed by Tobias Brunner
parent e864b8a8b1
commit 6ddabf52d5
2 changed files with 27 additions and 38 deletions
+1 -1
View File
@@ -1044,7 +1044,7 @@ if test x$unbound = xtrue; then
fi
if test x$soup = xtrue; then
PKG_CHECK_MODULES(soup, [libsoup-2.4])
PKG_CHECK_MODULES(soup, [libsoup-3.0])
AC_SUBST(soup_CFLAGS)
AC_SUBST(soup_LIBS)
fi