lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV lynx-ac-0.46: FreeBSD patches


From: Андрей Чернов
Subject: LYNX-DEV lynx-ac-0.46: FreeBSD patches
Date: Tue, 5 Aug 1997 19:20:24 +0400 (MSD)

*** configure.bak       Mon Jul 28 04:36:15 1997
--- configure   Tue Jul 29 00:22:49 1997
***************
*** 5058,5063 ****
--- 5058,5064 ----
        cat > conftest.$ac_ext <<EOF
  #line 5060 "configure"
  #include "confdefs.h"
+ #include <sys/types.h>
  #include <utmp.h>
  int main() {
  struct utmp x; char *y = &x.ut_host[0]
*** 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>],
*** configure.in.bak    Mon Jul 28 04:36:15 1997
--- configure.in        Wed Jul 30 07:15:24 1997
***************
*** 111,116 ****
--- 111,119 ----
  openbsd*)
        LIBS="$LIBS -lcompat"
        ;;
+ freebsd*)
+       LIBS="$LIBS -lmytinfo"
+       ;;
  osf*)
        # Increase the maximum size of functions that will be optimized.
        test -z "$GCC" && CFLAGS="$CFLAGS -O -Olimit 4000"
*** configure.bak       Wed Jul 30 06:39:04 1997
--- configure   Wed Jul 30 07:15:25 1997
***************
*** 2278,2283 ****
--- 2278,2286 ----
  openbsd*)
        LIBS="$LIBS -lcompat"
        ;;
+ freebsd*)
+       LIBS="$LIBS -lmytinfo"
+       ;;
  osf*)
        # Increase the maximum size of functions that will be optimized.
        test -z "$GCC" && CFLAGS="$CFLAGS -O -Olimit 4000"


-- 
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]