mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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.
This commit is contained in:
11
configure
vendored
11
configure
vendored
@ -9475,17 +9475,6 @@ fi
|
||||
|
||||
fi
|
||||
|
||||
# PGAC_LDAP_SAFE
|
||||
# --------------
|
||||
# PostgreSQL sometimes loads libldap_r and plain libldap into the same
|
||||
# process. Check for OpenLDAP versions known not to tolerate doing so; assume
|
||||
# non-OpenLDAP implementations are safe. The dblink test suite exercises the
|
||||
# hazardous interaction directly.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if test "$with_ldap" = yes ; then
|
||||
if test "$PORTNAME" != "win32"; then
|
||||
for ac_header in ldap.h
|
||||
|
Reference in New Issue
Block a user