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
This commit is contained in:
Martin Baulig
1998-12-06 11:06:54 +00:00
committed by Martin Baulig
parent f37e3a1f70
commit 6649899543
2 changed files with 6 additions and 1 deletions

View 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

View 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