configure.ac: Fallback to older detection code if pkg-config can't find expat
authorBill Spitzak <spitzak@gmail.com>
Tue, 3 Feb 2015 22:26:58 +0000 (14:26 -0800)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 6 Feb 2015 23:52:50 +0000 (15:52 -0800)
commit371a9e0aefcc2bdef9c044a59d613ce6c175ed73
treefd49a71a50ecd5ffaa63450a32bbb6246aa6d618
parent76fe89ed535be7ff20e39d5d2ec3b26cb3fae37e
configure.ac: Fallback to older detection code if pkg-config can't find expat

This paritally reverts commit a4afd90f9f0c27ed5f3f313b915c260673f8be34.

On older expat versions (ie the one on Ubuntu 12.04) there is no pkg-config
file, so fall back to a test for the header and library. In addition the
source for expat does not seem to be in a git repository but in cvs instead
and it seems preferrable to not require cvs to build wayland.

The restored test has been updated to use AC_SEARCH_LIBS. This version
uses empty square brackets for the unused branches, similar to many other
if statements in configure.ac.
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Andrew Oakley <aoakley@espial.com>
configure.ac