From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17039 invoked by alias); 8 Aug 2006 20:22:56 -0000 Received: (qmail 17028 invoked by uid 22791); 8 Aug 2006 20:22:55 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Aug 2006 20:22:53 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k78KMJej008091; Tue, 8 Aug 2006 22:22:19 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k78KMIZS014843; Tue, 8 Aug 2006 22:22:19 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k78KMI1X000294; Tue, 8 Aug 2006 22:22:18 +0200 (CEST) Date: Tue, 08 Aug 2006 20:22:00 -0000 Message-Id: <200608082022.k78KMI1X000294@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20060808180706.GC24779@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 8 Aug 2006 14:07:06 -0400) Subject: Re: [RFC, take 2] Optional expat References: <20060808180706.GC24779@nevyn.them.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00057.txt.bz2 > Date: Tue, 8 Aug 2006 14:07:06 -0400 > From: Daniel Jacobowitz > > Mark Kettenis made a couple of good points about requiring expat, the > best of which was that so far there are only remote debugging features > which use it. I wouldn't mind there being more native and common > features which used it, but they aren't ready yet, and we can always > come back to this decision when they are. > > So this patch adds and documents an optional dependency on expat; we'll > use it only if it's found. A good first step, I think. > > Comments? OK to commit? Thanks Daniel, I'm fine with this. > > 2006-08-08 Daniel Jacobowitz > > * configure.ac: Check for expat. > * acinclude.m4: Include AC_LIB_HAVE_LINKFLAGS dependencies. > * Makefile.in (LIBEXPAT): New. > (CLIBS): Include $(LIBEXPAT). > * README: Mention expat. > * configure, config.in: Regenerated.