lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV ac#55: portable fix for FreeBSD building


From: Андрей Чернов
Subject: LYNX-DEV ac#55: portable fix for FreeBSD building
Date: Fri, 22 Aug 1997 11:45:18 +0400 (MSD)

*** configure.bak       Tue Aug 19 18:41:02 1997
--- configure   Fri Aug 22 11:39:33 1997
***************
*** 3828,3834 ****
  #include "confdefs.h"
  #include <$cf_cv_ncurses_header>
  int main() {
! initscr()
  ; return 0; }
  EOF
  if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest; then
--- 3828,3834 ----
  #include "confdefs.h"
  #include <$cf_cv_ncurses_header>
  int main() {
! initscr(); tgoto()
  ; return 0; }
  EOF
  if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest; then
*** aclocal.m4.orig     Tue Aug 19 18:41:02 1997
--- aclocal.m4  Fri Aug 22 11:35:53 1997
***************
*** 571,577 ****
                fi
        done
        AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
!               [initscr()],
                [AC_MSG_RESULT(yes)],
                [AC_MSG_RESULT(no)
                 LIBS="$cf_ncurses_SAVE"])
--- 571,577 ----
                fi
        done
        AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
!               [initscr(); tgoto()],
                [AC_MSG_RESULT(yes)],
                [AC_MSG_RESULT(no)
                 LIBS="$cf_ncurses_SAVE"])


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