diff options
author | Michele Calgaro <[email protected]> | 2025-01-05 23:03:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-06 17:21:15 +0900 |
commit | 57a00bdcbda06e2ec437be4db20f59a10b921157 (patch) | |
tree | 73318d591c936ade7795bb97cabedc28afbb5698 /configure.in.in | |
parent | bc0489413a519c15c9a0e9d3cf17f9cc6a5eb910 (diff) | |
download | tdebase-57a00bdcbda06e2ec437be4db20f59a10b921157.tar.gz tdebase-57a00bdcbda06e2ec437be4db20f59a10b921157.zip |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <[email protected]>
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. ([email protected]) 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 ]) |