[Libreoffice-commits] core.git: configure.ac
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 2 13:20:53 UTC 2019
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 221107a1853c93e69debb42b2106978379d5ae60
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Mon Sep 2 13:05:22 2019 +0200
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Mon Sep 2 15:20:13 2019 +0200
configure.ac: Fix '--enable-kde5' compatibility switch
The 'kde5' VCL plugin was renamed to 'kf5' in commit
d3c6ac6d0f23df56644008ccb6aa2c8fa37ab1b5 ("tdf#125922
rename kde5 to kf5 + plasma5).
Fix the (temporary) compatibility switch, so that
'--enable-kde5' actually enables the build of the 'kf5'
VCL plugin and doesn't just set 'test_kf5' to 'yes' once
again...
Change-Id: I7871b5fc1dc36758a3e3d558da44ae24fd47de41
Reviewed-on: https://gerrit.libreoffice.org/78393
Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
diff --git a/configure.ac b/configure.ac
index 95f095771eb0..41d64890d01c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4910,7 +4910,7 @@ fi
if test "$test_kf5" = "yes" -a "$enable_kde5" = "yes"; then
AC_MSG_WARN([The kde5 VCL plugin was renamed to kf5. Please update your configuration to use --enable-kf5, as --enable-kde5 will be removed after the next major release!])
add_warning "The kde5 VCL plugin was renamed to kf5. Please update your configuration to use --enable-kf5, as --enable-kde5 will be removed after the next major release!"
- test_kf5=yes
+ enable_kf5=yes
fi
if test "$test_kf5" = "yes"; then
More information about the Libreoffice-commits
mailing list