From 6bf72c720132b0f3f98e410ff760c5e733938ebf Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 8 Nov 2023 19:58:27 -0500 Subject: [PATCH] build-sys: Enable libsoup3 by default if installed In f39 we switched to libsoup3 by default; this ensures our CI picks that up automatically so we still have ostree-trivial-httpd. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 96837dd197..a550b140e9 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ AS_IF([test x$enable_http2 != xno ], [ SOUP3_DEPENDENCY="libsoup-3.0 >= 3.0.0" AC_ARG_WITH(soup3, AS_HELP_STRING([--with-soup3], [Use libsoup3 @<:@default=no@:>@]), - [], [with_soup3=no]) + [], [with_soup3=check]) AS_IF([test x$with_soup3 != xno], [ PKG_CHECK_MODULES(OT_DEP_SOUP3, $SOUP3_DEPENDENCY) with_soup3=yes