diff --git a/src/ostree/main.c b/src/ostree/main.c index e1ccf983..66cfae7f 100644 --- a/src/ostree/main.c +++ b/src/ostree/main.c @@ -51,7 +51,7 @@ static OstreeCommand commands[] = { { "ls", ostree_builtin_ls }, { "prune", ostree_builtin_prune }, { "pull-local", ostree_builtin_pull_local }, -#ifdef HAVE_LIBSOUP +#ifdef HAVE_LIBCURL_OR_LIBSOUP { "pull", ostree_builtin_pull }, #endif { "refs", ostree_builtin_refs },