Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Apr 2008 22:47:11 +0000 (22:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Apr 2008 22:47:11 +0000 (22:47 +0000)
commit23b9023444b52f1aa7625683d9cf56c9f743a3f5
treee9442a51b089f8fc794a776704d2ad3a39a55e96
parentd80937b5b39a3557f8e979ab76745ebe7022382d
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