Skip to content

Commit

Permalink
dnsdist: Require Quiche >= 0.15.0
Browse files Browse the repository at this point in the history
Based on the release notes the API we use did not change after that.
  • Loading branch information
rgacogne committed Oct 31, 2023
1 parent 2af7068 commit 3ce06d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/dnsdistdist/m4/pdns_with_quiche.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
], [ : ])
Expand Down

0 comments on commit 3ce06d4

Please sign in to comment.