metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

configure.ac: fix misdetection of libxml2 #46

Closed tpetazzoni closed 10 years ago

tpetazzoni commented 10 years ago

A small typo in the detection of libxml2 leads to a successful pkg-config discovery of libxml2 to be ignored. As a consequence, configure.ac falls back to detecting the host libxml2, which does not work in cross-compilation situation. This commit fixes this small typo.

Signed-off-by: Thomas Petazzoni thomas.petazzoni@free-electrons.com

metajack commented 10 years ago

This needs to be made over at https://github.com/strophe/libstrophe, but the patch looks good.