configure.ac | 11 ----------- 1 file changed, 11 deletions(-) New commits: commit 089e65a157ff252e4d404adf3e0f580a6617d31f Author: Jan-Marek Glogowski <glo...@fbihome.de> AuthorDate: Thu May 20 12:07:13 2021 +0200 Commit: Jan-Marek Glogowski <glo...@fbihome.de> CommitDate: Wed May 26 20:51:56 2021 +0200
configure: Remove kde5 compatibility option Change-Id: Idce493e5f5ac045f7e977b4073152c2fe2668b56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116111 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/configure.ac b/configure.ac index 6eae61afefb7..2ec20850b023 100644 --- a/configure.ac +++ b/configure.ac @@ -1622,11 +1622,6 @@ AC_ARG_ENABLE(kf5, KF5 are available.]), ,) -AC_ARG_ENABLE(kde5, - AS_HELP_STRING([--enable-kde5], - [Compatibility switch for the kde5 => kf5 rename. Use --enable-kf5!]) -,) - AC_ARG_ENABLE(gtk3_kde5, AS_HELP_STRING([--enable-gtk3-kde5], [Determines whether to use Gtk3 vclplug with KF5 file dialogs on @@ -5595,12 +5590,6 @@ if test "$OS" = "HAIKU"; then test_kf5=yes 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!" - enable_kf5=yes -fi - if test "$test_kf5" = "yes"; then test_qt5=yes fi _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits