Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,
commit0bd8a83af771e2aef548f20dc57154a1c00b58ed
authortgl <tgl>
Mon, 28 Apr 2008 22:47:03 +0000 (28 22:47 +0000)
committertgl <tgl>
Mon, 28 Apr 2008 22:47:03 +0000 (28 22:47 +0000)
treee29603f5724dcfb557e397991639e222447eb250
parentbcac6e3909e62a3d170f175ef66c97c5fd65a599
Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,
which is a global variable not a function, and so the probe failed on machines
where the linker makes a distinction (cf. Red Hat bug #444317).  Probe for
an actual function instead.
configure
configure.in