pgsql/ /configure.in /configure rc/backend/lib ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure.in /configure rc/backend/lib ...
Date: 2001-08-01 23:52:51
Message-ID: 200108012352.f71NqpP91004@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-08-02 14:27:40 pgsql/src/backend/libpq hba.c
Previous Message Tom Lane 2001-08-01 23:25:39 pgsql/ /configure.in /configure oc/src/sgml/cl ...