This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC, take 2] Optional expat


> Date: Tue, 8 Aug 2006 14:07:06 -0400
> From: Daniel Jacobowitz <drow@false.org>
> 
> 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  <dan@codesourcery.com>
> 
> 	* 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]