Обсуждение: pgsql: Fix broken configure test for libxslt: it was probing for

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)