DilOS tdeadmin: Refresh DilOS specific patches.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 87aaaecdc3)
pull/92/head
Slávek Banko 4 years ago
parent 5dca79b9da
commit 71af6f36ed
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -80,19 +80,6 @@ Index: tdebindings/admin/acinclude.m4.in
# better check your installation. The check _is_ correct - your
# installation is not.
- if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
+ if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then
kde_cv_uic_plugins=yes
fi
fi
Index: tdebindings/acinclude.m4
===================================================================
--- tdebindings.orig/acinclude.m4
+++ tdebindings/acinclude.m4
@@ -1586,7 +1586,7 @@ if AC_TRY_EVAL(kde_line); then
# if you're trying to debug this check and think it's incorrect,
# better check your installation. The check _is_ correct - your
# installation is not.
- if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
+ if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then
kde_cv_uic_plugins=yes
fi

Loading…
Cancel
Save