]> 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:11 +0000 (22:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Apr 2008 22:47:11 +0000 (22:47 +0000)
commit8209e1a9871bd07d872c0c4b2519e355d04509a8
tree9da5f114eb7fdcc497f1c265ee7135860a014ddd
parentf7288cde493adbe3341206a6b266c37f032ae2b6
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