diff --git a/configure.ac b/configure.ac index 3d8c0d1d35..bbce393fc9 100644 --- a/configure.ac +++ b/configure.ac @@ -2893,6 +2893,11 @@ case "$OPT_QUICHE" in esac if test X"$want_quiche" != Xno; then + + if test "$NGHTTP3_ENABLED" = 1; then + AC_MSG_ERROR([--with-quiche and --with-ngtcp2 are mutually exclusive]) + fi + dnl backup the pre-quiche variables CLEANLDFLAGS="$LDFLAGS" CLEANCPPFLAGS="$CPPFLAGS"