lynx-dev
[Top][All Lists]
Advanced

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

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


From: T.E.Dickey
Subject: Re: LYNX-DEV ac#55: portable fix for FreeBSD building
Date: Fri, 22 Aug 1997 05:39:41 -0400 (EDT)

> *** 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; }
I'll do something like that - but the practice is to use valid argument
lists for the test-functions, just in case they're prototyped.

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; 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]