lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV lynx-ac-43: aclocal.m4 utmp fix


From: Андрей Чернов
Subject: LYNX-DEV lynx-ac-43: aclocal.m4 utmp fix
Date: Tue, 29 Jul 1997 14:13:22 +0400 (MSD)

*** aclocal.m4.orig     Mon Jul 28 04:36:15 1997
--- aclocal.m4  Tue Jul 29 14:08:40 1997
***************
*** 891,897 ****
  [
  AC_MSG_CHECKING(if struct utmp is declared)
  AC_CACHE_VAL(cf_cv_have_utmp,[
!       AC_TRY_COMPILE([#include <utmp.h>],
        [struct utmp x; char *y = &x.ut_host[0]],
        [cf_cv_have_utmp=yes],
        [AC_TRY_COMPILE([#include <utmpx.h>],
--- 891,898 ----
  [
  AC_MSG_CHECKING(if struct utmp is declared)
  AC_CACHE_VAL(cf_cv_have_utmp,[
!       AC_TRY_COMPILE([#include <sys/types.h>
! #include <utmp.h>],
        [struct utmp x; char *y = &x.ut_host[0]],
        [cf_cv_have_utmp=yes],
        [AC_TRY_COMPILE([#include <utmpx.h>],


-- 
Andrey A. Chernov
<address@hidden>
http://www.nagual.pp.ru/~ache/

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]