Digging through previous discussion of this patch, I note where Peter E.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cb90b2dacb14b774ad3ddc68d78ec52f45db78bf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-08-01T23:52:50Z
Releases: 7.2.1
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.

Files

PathChange+/−
configure modified +135 −163
configure.in modified +0 −13
src/backend/libpq/hba.c modified +12 −5
src/include/config.h.in modified +1 −4