Imported first version of my Solaris port.

1999-03-17  Martin Baulig  <martin@home-of-linux.org>

	Imported first version of my Solaris port.

	* configure.in: Check for `kstat_open' in `-lkstat'.

	* libgtop-sysdeps.m4: Recognize the `solaris' sysdeps directory
	when the `--enable-hacker-mode' parameter was given.
This commit is contained in:
Martin Baulig
1999-03-17 18:39:13 +00:00
committed by Martin Baulig
parent 367e1f047c
commit c3ea69f26a
4 changed files with 20 additions and 2 deletions

View File

@@ -127,9 +127,14 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
*)
if test x$hacker_mode = xyes ; then
case "$host_os" in
solaris*)
libgtop_sysdeps_dir=solaris
libgtop_use_machine_h=yes
libgtop_need_server=no
;;
sunos4*)
libgtop_sysdeps_dir=sun4
libgtop_use_machine_h=yes
libgtop_use_machine_h=yes
libgtop_need_server=yes
;;
osf*)