summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-10-11 12:21:14 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-11-23 20:08:55 +0100
commitbdef11f5337ecc87556a92693f6b7b5e200eb29e (patch)
tree3c8c1f20cda45c11368ab6ea5c13c3cb488969ef /configure.ac
parenttdf#62812 WIN use a compatible DC for font funcs (diff)
downloadcore-bdef11f5337ecc87556a92693f6b7b5e200eb29e.tar.gz
core-bdef11f5337ecc87556a92693f6b7b5e200eb29e.zip
configure: default to --with-webdav=curl
Change-Id: I00842dec9512a8fe0d68a507e8a1467df97709f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123461 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 71cb0304dbfc..593170c4572a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10852,10 +10852,7 @@ AC_SUBST(ENABLE_RANDR)
if test "$test_webdav" = yes; then
if test -z "$with_webdav"; then
- WITH_WEBDAV=neon
- if test "$enable_mpl_subset" = yes; then
- WITH_WEBDAV=serf
- fi
+ WITH_WEBDAV=curl
else
WITH_WEBDAV="$with_webdav"
fi