pgsql: Fix configure detection code when --with-ldap and - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Fix configure detection code when --with-ldap and
Date
Msg-id 20070203024736.0C95E9FB2AC@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix configure detection code when --with-ldap and --enable-thread-safety
are both used.

Backpatch to 8.2.X.

Albe Laurenz

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql:
        configure (r1.523.2.3 -> r1.523.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.523.2.3&r2=1.523.2.4)
        configure.in (r1.490.2.3 -> r1.490.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.490.2.3&r2=1.490.2.4)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix configure detection code when --with-ldap and
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Implement XMLSERIALIZE for real.