diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-09-14 11:03:48 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-09-14 12:55:33 +0200 |
commit | 5bf7c2fa57946cc3323a1d4ee1b2f31d805ae06f (patch) | |
tree | 5bcc1d64fdb6ab4b41cc3ad50feaec73c25e77ab /config_host | |
parent | 1d4cd39262fb71f72311e33ac2bdb7d925be5d98 (diff) |
Fix --disable-curl build
Change-Id: I3020d41eb6d0988cc886495a88a073a23bc8161c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156910
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 867258e262db..0faa67c64dbd 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -77,6 +77,11 @@ #define HAVE_FEATURE_READONLY_INSTALLSET 0 /* + * Whether curl is available + */ +#define HAVE_FEATURE_CURL 0 + +/* * Whether we support breakpad as crash reporting lib. */ #define HAVE_FEATURE_BREAKPAD 0 |