]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Require Quiche >= 0.15.0 13437/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 31 Oct 2023 10:05:03 +0000 (11:05 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 31 Oct 2023 10:05:03 +0000 (11:05 +0100)
Based on the release notes the API we use did not change after that.

pdns/dnsdistdist/m4/pdns_with_quiche.m4

index fc1d8d46a5b32b08a38879edf3f9f51d56628959..5c3297bc7821f45861a1788832a22b93c156d29d 100644 (file)
@@ -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])
       ], [ : ])