]> granicus.if.org Git - postgresql/commit
Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Apr 2008 22:47:03 +0000 (22:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Apr 2008 22:47:03 +0000 (22:47 +0000)
commit9c37aa291f6111390f0a5761f7317002fbddadb1
tree5cf9a83dfee67029a487516e74a84c255af92fad
parentbc577c7fadd3e45dcd2a9b58a32d159fae191582
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