pgsql/ /configure.in /configure rc/backend/lib ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/ /configure.in /configure rc/backend/lib ...
Date
Msg-id 200108012352.f71NqpP91004@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/08/01 19:52:50

Modified files:
    .              : configure.in configure
    src/backend/libpq: hba.c
    src/include    : config.h.in

Log message:
    Digging through previous discussion of this patch, I note where Peter E.
    points out how silly it is to use Autoconf to test for a preprocessor
    symbol, when one can equally easily #ifdef on the symbol itself.
    Accordingly, revert configure to prior state and do it that way.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/ /configure.in /configure oc/src/sgml/cl ...
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/libpq hba.c