aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-12-06 19:06:54 +0800
committerMartin Baulig <martin@src.gnome.org>1998-12-06 19:06:54 +0800
commit6649899543b88775102f055ccf1f00f4e811ef2f (patch)
tree14a1ae2954482d6dec81a7ea34d26e5e5a0c9724
parentf37e3a1f700d154cf49284e7df146148649502a1 (diff)
downloadgsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.tar
gsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.tar.gz
gsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.tar.bz2
gsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.tar.lz
gsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.tar.xz
gsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.tar.zst
gsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.zip
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 3689c00d87..20a02365ff 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 9130a127c2..2b4101d604 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