summaryrefslogtreecommitdiff
path: root/src/ostree/main.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-03-11 11:34:59 -0400
committerMatthew Barnes <mbarnes@redhat.com>2015-03-11 12:03:33 -0400
commit187e8d632ec5cded532fe652fdcdd91d2e95ae31 (patch)
tree3628267082419b146f8a3eda8fb8ab357e9a3ba4 /src/ostree/main.c
parent8724adc19362cecd04f6704280d2f96227cc1af1 (diff)
downloadostree-187e8d632ec5cded532fe652fdcdd91d2e95ae31.tar.gz
configure.ac: Make gpgme a hard dependency
In anticipation of API enhancements for GPG signature verification, which would otherwise require a non-functional stub version were GPGME excluded. GPGME is a pretty lightweight dependency, and the motivation to exclude it is not clear.
Diffstat (limited to 'src/ostree/main.c')
-rw-r--r--src/ostree/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ostree/main.c b/src/ostree/main.c
index 93656fd4..8842bf34 100644
--- a/src/ostree/main.c
+++ b/src/ostree/main.c
@@ -41,9 +41,7 @@ static OstreeCommand commands[] = {
{ "config", ostree_builtin_config },
{ "diff", ostree_builtin_diff },
{ "fsck", ostree_builtin_fsck },
-#ifdef HAVE_GPGME
{ "gpg-sign", ostree_builtin_gpg_sign },
-#endif
{ "init", ostree_builtin_init },
{ "log", ostree_builtin_log },
{ "ls", ostree_builtin_ls },