From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4769 invoked by alias); 22 Jan 2015 17:30:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 4749 invoked by uid 89); 22 Jan 2015 17:30:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout26.012.net.il Received: from mtaout26.012.net.il (HELO mtaout26.012.net.il) (80.179.55.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Jan 2015 17:30:19 +0000 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NIL00H009RX8P00@mtaout26.012.net.il> for gdb-patches@sourceware.org; Thu, 22 Jan 2015 19:29:34 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIL00BQD9XA4F50@mtaout26.012.net.il>; Thu, 22 Jan 2015 19:29:34 +0200 (IST) Date: Thu, 22 Jan 2015 17:30:00 -0000 From: Eli Zaretskii Subject: Re: [PATCHSET] [4/4] Fix various issue in TUI In-reply-to: <54C13014.6050306@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fvb2vi49.fsf@gnu.org> References: <83vbkrbt4d.fsf@gnu.org> <54AAEC02.7020500@redhat.com> <83bnmd8028.fsf@gnu.org> <83y4p1zq7k.fsf@gnu.org> <54C0E7FE.4020401@redhat.com> <83lhkuvl1v.fsf@gnu.org> <54C13014.6050306@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00603.txt.bz2 > Date: Thu, 22 Jan 2015 17:15:00 +0000 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > >> So shouldn't the right check be this: > >> > >> if test x"$curses_found" != xyes; then > >> ac_cv_search_tgetent="none required" > >> CONFIG_OBS="$CONFIG_OBS windows-termcap.o" > >> fi ;; > >> > >> ? > > > > I'm not sure. GDB can be configured --without-tui --with-curses. > > Does your logic work then? > > It's the same thing. Then please install your variant (on the branch as well). I trust you know this stuff much better than I do. Thanks.