jigar-joshi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Allow use of system expat.h header #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to eliminate any use of third_party/expat when building Chromium on 
Linux. Chromium already links against the system libexpat on linux, freebsd, 
and openbsd.

The problematic part is the expat.h header, which is included in 
xmllite/xml{builder,parser}.{cc,h} and xmpp/xmppstanzaparser.cc as 
"lib/expat.h" or "third_party/expat/v2_0_1/Source/lib/expat.h".

To use the system expat.h header, it must be included as "expat.h" or <expat.h>.

Can the source code be modified to allow this scenario? Before I write any 
patches, I thought I would ask.

Original issue reported on code.google.com by floppymaster@gmail.com on 30 May 2011 at 8:07

GoogleCodeExporter commented 9 years ago

Original comment by jun...@google.com on 14 Jun 2011 at 8:22

GoogleCodeExporter commented 9 years ago
This has been fixed.

Original comment by floppymaster@gmail.com on 2 Dec 2011 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 31 May 2013 at 10:39