summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c51c268bb..8b31bd480 100644
--- a/configure.ac
+++ b/configure.ac
@@ -579,7 +579,7 @@ AC_SUBST([embedded_libngtcp2_LIBS])
AC_SUBST([libngtcp2_CFLAGS])
AC_SUBST([libngtcp2_LIBS])
-AS_IF([test "$enable_quic" != "no"], [
+AS_IF([test "$enable_quic" != "no" -a "$enable_xdp" != "no"], [
AC_DEFINE([ENABLE_QUIC], [1], [Define to 1 to enable DoQ support using libngtcp2 and GnuTLS])])
############################################