pgsql: Move PGAC_LDAP_SAFE to config/programs.m4.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move PGAC_LDAP_SAFE to config/programs.m4.
Date: 2014-07-25 22:53:26
Message-ID: E1XAoMg-0006hi-LV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move PGAC_LDAP_SAFE to config/programs.m4.

This restores the style of keeping configure.in free of AC_DEFUN. Per
gripe from Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e565ff7553e60b3d13dde410ef96f5256c5525eb

Modified Files
--------------
config/programs.m4 | 28 ++++++++++++++++++++++++++++
configure | 11 -----------
configure.in | 28 ----------------------------
3 files changed, 28 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-07-25 23:49:30 pgsql: Fix a performance problem in pg_dump's dump order selection logi
Previous Message Robert Haas 2014-07-24 13:26:17 pgsql: Prevent shm_mq_send from reading uninitialized memory.