From: Remi Gacogne Date: Tue, 31 Oct 2023 10:05:03 +0000 (+0100) Subject: dnsdist: Require Quiche >= 0.15.0 X-Git-Tag: rec-5.0.0-beta1~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13437%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Require Quiche >= 0.15.0 Based on the release notes the API we use did not change after that. --- diff --git a/pdns/dnsdistdist/m4/pdns_with_quiche.m4 b/pdns/dnsdistdist/m4/pdns_with_quiche.m4 index fc1d8d46a5..5c3297bc78 100644 --- a/pdns/dnsdistdist/m4/pdns_with_quiche.m4 +++ b/pdns/dnsdistdist/m4/pdns_with_quiche.m4 @@ -10,7 +10,7 @@ AC_DEFUN([PDNS_WITH_QUICHE], [ AS_IF([test "x$with_quiche" != "xno"], [ AS_IF([test "x$with_quiche" = "xyes" -o "x$with_quiche" = "xauto"], [ - PKG_CHECK_MODULES([QUICHE], [quiche], [ + PKG_CHECK_MODULES([QUICHE], [quiche >= 0.15.0], [ [HAVE_QUICHE=1] AC_DEFINE([HAVE_QUICHE], [1], [Define to 1 if you have quiche]) ], [ : ])