summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-09-02 13:05:22 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2019-09-02 15:20:13 +0200
commit221107a1853c93e69debb42b2106978379d5ae60 (patch)
treea566f09e2d8966cb0eebbfabc1ce8f6a12278288 /configure.ac
parent0fbcac4caa971bd8824c96fe9ef7d9338cd37cbc (diff)
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@fbihome.de> Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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