summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-11-03 22:00:08 +0200
committerTor Lillqvist <tml@iki.fi>2020-12-05 01:32:42 +0200
commitd84bb1e9b8d93332b267085cff4fb150a35a39f2 (patch)
treeb7b3443092cb912c2c9baf7e39e4b849052df728
parentef040559fe864a70717ec6fdb1ea7aa667be7054 (diff)
Make --without-webdav work even with --enable-mpl-subset
Change-Id: I319e0b3aefa721f2503494783af6d73470f592a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105271 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106468 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9626291d5d9b..de7bd445cea1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10097,7 +10097,9 @@ AC_SUBST(XRANDR_LIBS)
AC_SUBST(ENABLE_RANDR)
if test "$enable_neon" = "no" -o "$enable_mpl_subset" = "yes"; then
- WITH_WEBDAV="serf"
+ if test -z "$WITH_WEBDAV"; then
+ WITH_WEBDAV="serf"
+ fi
fi
if test $_os = iOS -o $_os = Android; then
WITH_WEBDAV="no"