fixup! admin/status: test GPG signature check

This commit is contained in:
Colin Walters 2019-01-08 15:24:10 +00:00
parent 6e8377cbd1
commit fa35ec38b7

View File

@ -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"
])