mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
fixup! admin/status: test GPG signature check
This commit is contained in:
parent
6e8377cbd1
commit
fa35ec38b7
@ -141,7 +141,7 @@ AS_HELP_STRING([--disable-http2],
|
||||
[Disable use of http2 (default: no)]),,
|
||||
[enable_http2=yes])
|
||||
AS_IF([test x$enable_http2 != xno ], [
|
||||
AC_DEFINE([BUILDOPT_HTTP2], 1, [Define if we enable http2])
|
||||
AC_DEFINE([BUILDOPT_HTTP2], 1, [Define if we enable http2 by default])
|
||||
], [
|
||||
OSTREE_FEATURES="$OSTREE_FEATURES no-http2"
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user