Re: [PATCH] Fallback to older detection code if pkg-config can't find expat

2015-02-06 Thread Bill Spitzak
Well actually I posted a patch to fix the web page of how to build on Ubuntu 12.04 to include downloading and building expat, so it works with the current makefile. I got the feeling that was considered a better solution and I withdrew this patch. People compiling on Ubuntu12.04 already have to

Re: [PATCH] Fallback to older detection code if pkg-config can't find expat

2015-02-06 Thread Pekka Paalanen
On Sat, 31 Jan 2015 10:55:54 -0800 Bill Spitzak wrote: > On 01/31/2015 04:07 AM, sardemff7+wayl...@sardemff7.net wrote: > > On 2015-01-31 02:23, Bill Spitzak wrote: > >> On older expat versions there is no pkg-config file, so fall back > >> to the previous test for the header file and library if

Re: [PATCH] Fallback to older detection code if pkg-config can't find expat

2015-01-31 Thread Bill Spitzak
On 01/31/2015 04:07 AM, sardemff7+wayl...@sardemff7.net wrote: On 2015-01-31 02:23, Bill Spitzak wrote: On older expat versions there is no pkg-config file, so fall back to the previous test for the header file and library if it fails. I agree this a good practice to fallback in this case.

Re: [PATCH] Fallback to older detection code if pkg-config can't find expat

2015-01-31 Thread sardemff7+wayland
On 2015-01-31 02:23, Bill Spitzak wrote: On older expat versions there is no pkg-config file, so fall back to the previous test for the header file and library if it fails. I agree this a good practice to fallback in this case. This paritally reverts commit a4afd90f9f0c27ed5f3f313b915c260673

[PATCH] Fallback to older detection code if pkg-config can't find expat

2015-01-30 Thread Bill Spitzak
On older expat versions there is no pkg-config file, so fall back to the previous test for the header file and library if it fails. This paritally reverts commit a4afd90f9f0c27ed5f3f313b915c260673f8be34. --- Makefile.am |1 - configure.ac |7 ++- 2 files changed, 6 insertions(+), 2 d