[Libreoffice-commits] core.git: configure.ac

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Wed May 26 18:52:49 UTC 2021


 configure.ac |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit 089e65a157ff252e4d404adf3e0f580a6617d31f
Author:     Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Thu May 20 12:07:13 2021 +0200
Commit:     Jan-Marek Glogowski <glogow at 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.weghorn at 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


More information about the Libreoffice-commits mailing list