diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-05 23:03:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 10:25:27 +0900 |
| commit | 90cd05fc319e856bf907b1d8b1c0d05816e71af7 (patch) | |
| tree | 1814041c14ee75989f1a0ddac88434483a54b1f8 /configure.in.in | |
| parent | fc3cb1efd2b9f465c7f2a00d6d6b5f14d9b7094b (diff) | |
| download | tdebase-90cd05fc.tar.gz tdebase-90cd05fc.zip | |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57a00bdcbda06e2ec437be4db20f59a10b921157)
Diffstat (limited to 'configure.in.in')
| -rw-r--r-- | configure.in.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.in.in b/configure.in.in index d2829c886..305760d09 100644 --- a/configure.in.in +++ b/configure.in.in @@ -218,14 +218,8 @@ dnl itself) is taking more that nine minutes (!). For tdebase only we take dnl out that test. (matz@kde.org) m4_define([_AC_CONFIG_UNIQUE], [])dnl -AH_VERBATIM(_osf_stuff, [ -#if !defined(HAVE_SETEUID) -#define seteuid(_eu) setresuid(-1, _eu, -1) -#endif -]) - AH_VERBATIM(_broken_xkb, [ -#if defined(__osf__) || defined(__APPLE__) +#if defined(__APPLE__) #define AVOID_XKB /* for konsole to avoid XKB and XTEST */ #endif ]) |
