From 3ce06d4729154424b7c567ab564a2a8ba9f08477 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 31 Oct 2023 11:05:03 +0100 Subject: [PATCH] dnsdist: Require Quiche >= 0.15.0 Based on the release notes the API we use did not change after that. --- pdns/dnsdistdist/m4/pdns_with_quiche.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) ], [ : ]) -- 2.47.2