summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-12-06 11:06:54 +0000
committerMartin Baulig <martin@src.gnome.org>1998-12-06 11:06:54 +0000
commitdce40af18c57ab1257c821a774acae92cc35c3fd (patch)
treea72bda25e7532f36aa9e4f90ea0dc3e36c6fa745
parent9b8cc21d60a79680d36f452cb9bb4cdba5baae79 (diff)
downloadgnome-common-dce40af18c57ab1257c821a774acae92cc35c3fd.tar.gz
Recognice OpenBSD as a valid system and use the `freebsd' sysdeps
1998-12-06 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid system and use the `freebsd' sysdeps directory for it. svn path=/trunk/; revision=507
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-libgtop-sysdeps.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 3689c00..20a0236 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-06 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid
+ system and use the `freebsd' sysdeps directory for it.
+
Sat Dec 5 23:30:01 PST 1998 Manish Singh <yosh@gimp.org>
* gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index 9130a12..2b4101d 100644
--- a/macros/gnome-libgtop-sysdeps.m4
+++ b/macros/gnome-libgtop-sysdeps.m4
@@ -77,7 +77,7 @@ main (void)
libgtop_use_machine_h=yes
libgtop_need_server=yes
;;
- freebsd*|netbsd*)
+ freebsd*|netbsd*|openbsd*)
libgtop_sysdeps_dir=freebsd
libgtop_use_machine_h=yes
libgtop_need_server=yes