Skip to content

Commit

Permalink
build-sys: Enable libsoup3 by default if installed
Browse files Browse the repository at this point in the history
In f39 we switched to libsoup3 by default; this ensures our CI
picks that up automatically so we still have ostree-trivial-httpd.
  • Loading branch information
cgwalters committed Nov 9, 2023
1 parent e4b82c4 commit 6bf72c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bf72c7

Please sign in to comment.