Check for <osreldate.h> on *BSD* systems.

1999-10-24  Martin Baulig  <martin@home-of-linux.org>

	* libgtop-sysdeps.m4: Check for <osreldate.h> on *BSD* systems.
This commit is contained in:
Martin Baulig
1999-10-24 14:33:44 +00:00
committed by Martin Baulig
parent 34714be205
commit 0c3e5cd755
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1999-10-24 Martin Baulig <martin@home-of-linux.org>
* libgtop-sysdeps.m4: Check for <osreldate.h> on *BSD* systems.
1999-10-19 Martin Baulig <martin@home-of-linux.org> 1999-10-19 Martin Baulig <martin@home-of-linux.org>
* LIBGTOP-VERSION: Set version number to 1.1.3, binary age 0, * LIBGTOP-VERSION: Set version number to 1.1.3, binary age 0,

View File

@@ -174,7 +174,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
case "$host_os" in case "$host_os" in
*bsd*) *bsd*)
AC_CHECK_HEADERS(net/if_var.h) AC_CHECK_HEADERS(net/if_var.h osreldate.h)
AC_MSG_CHECKING([for I4B]) AC_MSG_CHECKING([for I4B])
AC_TRY_COMPILE([ AC_TRY_COMPILE([
#include <sys/types.h> #include <sys/types.h>