Recognice OpenBSD as a valid system and use the `freebsd' sysdeps
authorMartin Baulig <martin@home-of-linux.org>
Sun, 6 Dec 1998 11:06:54 +0000 (11:06 +0000)
committerMartin Baulig <martin@src.gnome.org>
Sun, 6 Dec 1998 11:06:54 +0000 (11:06 +0000)
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

macros/ChangeLog
macros/gnome-libgtop-sysdeps.m4

index 3689c00..20a0236 100644 (file)
@@ -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
index 9130a12..2b4101d 100644 (file)
@@ -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