From fa35ec38b774b639e0490a12ca22a425b517a6c9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 8 Jan 2019 15:24:10 +0000 Subject: [PATCH] fixup! admin/status: test GPG signature check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8aeec3ab..2fe51589 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ])