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 /ksysguard/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 'ksysguard/configure.in.in')
-rw-r--r-- | ksysguard/configure.in.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksysguard/configure.in.in b/ksysguard/configure.in.in index f4ab83853..005a10495 100644 --- a/ksysguard/configure.in.in +++ b/ksysguard/configure.in.in @@ -7,7 +7,6 @@ case "$host" in *-*-dragonfly*) ksysguardd_compile=yes; UNAME='FreeBSD' ;; *-*-netbsd*) ksysguardd_compile=yes; UNAME='NetBSD' ;; *-*-solaris*) ksysguardd_compile=yes; UNAME='Solaris' ;; - *-*-osf*) ksysguardd_compile=yes; UNAME='Tru64' ;; *-*-irix*) ksysguardd_compile=yes; UNAME='Irix' ;; *-*-openbsd*) ksysguardd_compile=yes; UNAME='OpenBSD' ;; *) ksysguardd_compile=no; UNAME='' ;; @@ -20,7 +19,6 @@ AM_CONDITIONAL(include_ksysguardd_linux, test "$UNAME" = Linux) AM_CONDITIONAL(include_ksysguardd_freebsd, test "$UNAME" = FreeBSD) AM_CONDITIONAL(include_ksysguardd_netbsd, test "$UNAME" = NetBSD) AM_CONDITIONAL(include_ksysguardd_solaris, test "$UNAME" = Solaris) -AM_CONDITIONAL(include_ksysguardd_tru64, test "$UNAME" = Tru64) AM_CONDITIONAL(include_ksysguardd_irix, test "$UNAME" = Irix) AM_CONDITIONAL(include_ksysguardd_openbsd, test "$UNAME" = OpenBSD) AC_SUBST(UNAME) |