summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-23 22:59:32 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-23 22:59:32 +0000
commit62fc78948698993c695779328070db4420b84a4d (patch)
tree85c92727533bd19949aa4a2f170ef2bdb4d051e0
parentf3a1730a7d123351d9782b6c5ba874bf75e1bb76 (diff)
downloadgnome-common-62fc78948698993c695779328070db4420b84a4d.tar.gz
Set this to true on SunOS.
* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK): (libgtop_use_machine_h): Set this to true on SunOS. svn path=/trunk/; revision=229
-rw-r--r--macros/gnome-libgtop-sysdeps.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index a86a726..e4c6930 100644
--- a/macros/gnome-libgtop-sysdeps.m4
+++ b/macros/gnome-libgtop-sysdeps.m4
@@ -27,7 +27,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
;;
sunos4*)
libgtop_sysdeps_dir=sun4
- libgtop_use_machine_h=no
+ libgtop_use_machine_h=yes
libgtop_need_server=yes
;;
osf*)