lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV lynx-ac: curses.h vs ncurses.h in configure


From: Андрей Чернов
Subject: LYNX-DEV lynx-ac: curses.h vs ncurses.h in configure
Date: Mon, 28 Jul 1997 01:49:07 +0400 (MSD)

configure is very broken for FreeBSD mostly because for all curses ability
tests configure uses
#include <curses.h>
while FreeBSD needs
#include <ncurses.h>
instead.
As result configure assumes poor curses library present instead of
ncurses.

NCURSESHEADER variable is set properly but not used for following
configure tests to determine which curses header must be included. 

Please fix.

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