summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-05-20 12:07:13 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2021-05-24 17:47:48 +0200
commit3b0942e65084f17c6a61437c19077084703d751a (patch)
tree06b8f2d74e9920005d9e4822948e9683e7fc0e96
parent83e5bc2b08961f546c382e7454cdf1aa1d114f83 (diff)
configure: Remove kde5 compatibility option
Change-Id: Idce493e5f5ac045f7e977b4073152c2fe2668b56
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 3f6e0b7eaa41..cf09b3113231 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
@@ -5584,12 +5579,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