From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32543 invoked by alias); 11 Feb 2004 06:38:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32534 invoked from network); 11 Feb 2004 06:38:08 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 11 Feb 2004 06:38:08 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1Aqnzz-00031C-P7; Wed, 11 Feb 2004 01:37:28 -0500 Date: Wed, 11 Feb 2004 06:38:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew Cagney CC: gdb-patches@sources.redhat.com In-reply-to: <40293ACC.5040506@gnu.org> (message from Andrew Cagney on Tue, 10 Feb 2004 15:10:52 -0500) Subject: Re: [patch/rfc] Build TUI when curses Reply-to: Eli Zaretskii References: <40293ACC.5040506@gnu.org> X-SW-Source: 2004-02/txt/msg00279.txt.bz2 > Date: Tue, 10 Feb 2004 15:10:52 -0500 > From: Andrew Cagney > > +AC_SEARCH_LIBS(initscr, [ncurses Hcurses curses], [], Could we please have pdcurses in this list as well? That would certainly make DJGPP users happy, but I believe PDCurses can be built on Unix and other systems as well, so it is not limited to DJGPP. > + [AC_MSG_ERROR([no curses library found])]) Does that mean the configury will abort after this message? If so, I'd suggest instead to display a message to the effect that only a command-line version will be built, and continue with building as if they asked for --disable-tui.