pgsql: Fix broken configure test for libxslt: it was probing for

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix broken configure test for libxslt: it was probing for
Date: 2008-04-28 22:47:11
Message-ID: 20080428224711.E7DA27559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql:
configure.in (r1.546.2.3 -> r1.546.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.546.2.3&r2=1.546.2.4)
configure (r1.578.2.3 -> r1.578.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.578.2.3&r2=1.578.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-28 23:08:33 pgsql: Update comment for 8.4: > #A hyphen, "-", marks changes that
Previous Message Tom Lane 2008-04-28 22:47:03 pgsql: Fix broken configure test for libxslt: it was probing for